From: <mge...@us...> - 2006-05-15 19:08:22
|
Revision: 25 Author: mgeisler Date: 2006-05-15 12:08:12 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/phpshell/?rev=25&view=rev Log Message: ----------- Add SVN keywords for revision and commit date. Modified Paths: -------------- trunk/phpshell.php trunk/pwhash.php Modified: trunk/phpshell.php =================================================================== --- trunk/phpshell.php 2006-05-07 22:52:30 UTC (rev 24) +++ trunk/phpshell.php 2006-05-15 19:08:12 UTC (rev 25) @@ -6,6 +6,8 @@ * PHP Shell @VERSION@ * ************************************************************** + $Rev$ $Date$ + PHP Shell is an interactive PHP script that will execute any command entered. See the files README, INSTALL, and SECURITY or http://mgeisler.net/php-shell/ for further information. Modified: trunk/pwhash.php =================================================================== --- trunk/pwhash.php 2006-05-07 22:52:30 UTC (rev 24) +++ trunk/pwhash.php 2006-05-15 19:08:12 UTC (rev 25) @@ -3,6 +3,8 @@ * pwhash.php file for PHP Shell @VERSION@ * Copyright (C) 2005, 2006 Martin Geisler <mge...@mg...> * Licensed under the GNU GPL. See the file COPYING for details. + * + * $Rev$ $Date$ */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |