slitaz-tools diff hacker/Templates/php-script.php @ rev 76

Add more log + correct clean_target bug
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 29 23:09:07 2008 +0100 (2008-02-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hacker/Templates/php-script.php	Fri Feb 29 23:09:07 2008 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +<?php
     1.5 +
     1.6 +// Un commentaire.
     1.7 +
     1.8 +echo "Ce texte est affiché avec echo.";
     1.9 +
    1.10 +?>