From: <mge...@us...> - 2008-05-12 12:20:08
|
Revision: 32 http://phpshell.svn.sourceforge.net/phpshell/?rev=32&view=rev Author: mgeisler Date: 2008-05-12 05:20:15 -0700 (Mon, 12 May 2008) Log Message: ----------- Updated webpage to the one hosted at SourceForge. Modified Paths: -------------- trunk/INSTALL trunk/phpshell.php trunk/pwhash.php Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2008-05-12 12:09:09 UTC (rev 31) +++ trunk/INSTALL 2008-05-12 12:20:15 UTC (rev 32) @@ -1,14 +1,14 @@ INSTALL file for PHP Shell @VERSION@ -Copyright (C) 2000-2006 Martin Geisler <mge...@mg...> +Copyright (C) 2000-2006, 2008 Martin Geisler <mge...@mg...> Licensed under the GNU GPL. See the file COPYING for details. Downloading PHP Shell ===================== -You can always get the latest version of PHP Shell from my homepage: +You can always get the latest version of PHP Shell from: - http://mgeisler.net/php-shell/ + http://phpshell.sf.net/ Modified: trunk/phpshell.php =================================================================== --- trunk/phpshell.php 2008-05-12 12:09:09 UTC (rev 31) +++ trunk/phpshell.php 2008-05-12 12:20:15 UTC (rev 32) @@ -10,9 +10,9 @@ 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. + http://phpshell.sf.net/ for further information. - Copyright (C) 2000-2006 Martin Geisler <mge...@mg...> + Copyright (C) 2000-2006, 2008 Martin Geisler <mge...@mg...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -69,7 +69,7 @@ Copyright © <a href="mailto:mge...@mg...">Martin Geisler</a> and others, please see <a href="AUTHORS">AUTHORS</a>. This is PHP Shell @VERSION@, get the latest version at <a - href="http://mgeisler.net/php-shell/">mgeisler.net/php-shell/</a>. + href="http://phpshell.sourceforge.net/">phpshell.sf.net</a>. </address> </body> @@ -429,7 +429,7 @@ Copyright © <a href="mailto:mge...@mg...">Martin Geisler</a> and others, please see <a href="AUTHORS">AUTHORS</a>. This is PHP Shell @VERSION@, get the latest version at <a - href="http://mgeisler.net/php-shell/">mgeisler.net/php-shell/</a>. + href="http://phpshell.sourceforge.net/">phpshell.sf.net</a>. </address> </body> Modified: trunk/pwhash.php =================================================================== --- trunk/pwhash.php 2008-05-12 12:09:09 UTC (rev 31) +++ trunk/pwhash.php 2008-05-12 12:20:15 UTC (rev 32) @@ -1,7 +1,7 @@ <?php /* * pwhash.php file for PHP Shell @VERSION@ - * Copyright (C) 2005, 2006 Martin Geisler <mge...@mg...> + * Copyright (C) 2005, 2006, 2008 Martin Geisler <mge...@mg...> * Licensed under the GNU GPL. See the file COPYING for details. * * $Rev$ $Date$ @@ -98,7 +98,7 @@ Copyright \xA9 <a href="mailto:mge...@mg...">Martin Geisler</a> and others, please see <a href="AUTHORS">AUTHORS</a>. This is PHP Shell @VERSION@, get the latest version at <a - href="http://mgeisler.net/php-shell/">mgeisler.net/php-shell/</a>. + href="http://phpshell.sourceforge.net/">phpshell.sf.net</a>. </address> </body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |