slitaz-forge view tank/files/etc/skel/Public/profile.php @ rev 239

tank: use real name in gecos filed and put files in /etc/skel
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 07 22:10:27 2012 +0200 (2012-04-07)
parents tank/files/usr/share/tank/Public/profile.php@8ec2a7e051e8
children c052387a4a14
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 personal message.
7 $name = "Real Name";
8 $location = "";
9 $scn_user = "";
10 $skills = "";
11 $wall = "";
13 ?>