wok-4.x rev 10820
php: hg addremove
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 06 01:29:55 2011 +0200 (2011-06-06) |
parents | 5f0378f7067c |
children | 6c41ae96a36b |
files | php-common/stuff/php.desktop php-common/stuff/php.png php-common/stuff/phpinfo/index.php php/stuff/php.desktop php/stuff/php.png php/stuff/phpinfo/index.php |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/php-common/stuff/php.desktop Mon Jun 06 01:29:55 2011 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +[Desktop Entry] 1.5 +Encoding=UTF-8 1.6 +Name=PHP info 1.7 +GenericName=PHP informations 1.8 +GenericName[fr]=Informations sur PHP 1.9 +Comment=PHP configuration informations 1.10 +Comment[fr]=Informations de configuration de PHP 1.11 +Exec=browser http://localhost/phpinfo/ 1.12 +Icon=php.png 1.13 +Type=Application 1.14 +Categories=Development;
2.1 Binary file php-common/stuff/php.png has changed
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/php-common/stuff/phpinfo/index.php Mon Jun 06 01:29:55 2011 +0200 3.3 @@ -0,0 +1,4 @@ 3.4 +<?php 3.5 +phpinfo(); 3.6 +?> 3.7 +
4.1 --- a/php/stuff/php.desktop Mon Jun 06 01:19:52 2011 +0200 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,11 +0,0 @@ 4.4 -[Desktop Entry] 4.5 -Encoding=UTF-8 4.6 -Name=PHP info 4.7 -GenericName=PHP informations 4.8 -GenericName[fr]=Informations sur PHP 4.9 -Comment=PHP configuration informations 4.10 -Comment[fr]=Informations de configuration de PHP 4.11 -Exec=browser http://localhost/phpinfo/ 4.12 -Icon=php.png 4.13 -Type=Application 4.14 -Categories=Development;
5.1 Binary file php/stuff/php.png has changed