slitaz-forge view tank/profile.php @ rev 47

taztank: Add profile.php as a file into /usr/share/taztank folder. The current method will not work since dollar sign versions in php are blank.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 03 04:11:27 2011 +0000 (2011-04-03)
parents
children 92ca357624a0
line source
1 <?php
3 // Your custom SliTaz profile at http://people.slitaz.org/. This file must
4 // be located at ~/Public/profile.php. You must at least provide your real
5 // name and you can use the $wall variable for a personnal message.
7 $name = "Real Name";
8 $location = "";
9 $scn_user = "";
10 $skills = "";
11 $wall = "";
13 ?>