slitaz-forge diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tank/profile.php	Sun Apr 03 04:11:27 2011 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +<?php
     1.5 +
     1.6 +// Your custom SliTaz profile at http://people.slitaz.org/. This file must
     1.7 +// be located at ~/Public/profile.php. You must at least provide your real
     1.8 +// name and you can use the $wall variable for a personnal message.
     1.9 +
    1.10 +$name = "Real Name";
    1.11 +$location = "";
    1.12 +$scn_user = "";
    1.13 +$skills = "";
    1.14 +$wall = "";
    1.15 +
    1.16 +?>