Revision: 20
Author:   mgeisler
Date:     2006-04-29 06:15:10 -0700 (Sat, 29 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/phpshell/?rev=20&view=rev

Log Message:
-----------
Updated footers with link to AUTHORS file and version info.

Modified Paths:
--------------
    trunk/phpshell.php
    trunk/pwhash.php
    trunk/style.css
Modified: trunk/phpshell.php
===================================================================
--- trunk/phpshell.php  2006-04-29 11:27:55 UTC (rev 19)
+++ trunk/phpshell.php  2006-04-29 13:15:10 UTC (rev 20)
@@ -50,24 +50,25 @@
   <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
-  <h1>Fatal Error!</h1>
-  <p><b>' . $errstr . '</b></p>
-  <p>in <b>' . $errfile . '</b>, line <b>' . $errline . '</b>.</p>
 
-  <hr>
+<h1>Fatal Error!</h1>
+<p><b>' . $errstr . '</b></p>
+<p>in <b>' . $errfile . '</b>, line <b>' . $errline . '</b>.</p>
 
-  <p>Please consult the <a href="README">README</a>, <a
-  href="INSTALL">INSTALL</a>, and <a href="SECURITY">SECURITY</a> files for
-  instruction on how to use PHP Shell.</p>
+<hr>
 
-  <hr>
+<p>Please consult the <a href="README">README</a>,
+<a href="INSTALL">INSTALL</a>, and <a href="SECURITY">SECURITY</a>
+files for instruction on how to use PHP Shell.</p>
 
-  <address>
-  Copyright &copy; 2000&ndash;2005, <a
-  href="mailto:[EMAIL PROTECTED]">Martin Geisler</a>. Get the latest
-  version at <a
+<hr>
+
+<address>
+  Copyright © <a href="mailto:[EMAIL PROTECTED]">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>.
-  </address>
+</address>
 
 </body>
 </html>');
@@ -403,9 +404,10 @@
 <hr>
 
 <address>
-By <a href="mailto:[EMAIL PROTECTED]">Martin Geisler</a>. Get the
-latest version at <a
-href="http://mgeisler.net/php-shell/";>mgeisler.net/php-shell/</a>.
+  Copyright © <a href="mailto:[EMAIL PROTECTED]">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>.
 </address>
 
 </body>

Modified: trunk/pwhash.php
===================================================================
--- trunk/pwhash.php    2006-04-29 11:27:55 UTC (rev 19)
+++ trunk/pwhash.php    2006-04-29 13:15:10 UTC (rev 20)
@@ -93,9 +93,10 @@
 <hr>
 
 <address>
-By <a href="mailto:[EMAIL PROTECTED]">Martin Geisler</a>.  Get the
-latest version at <a
-href="http://mgeisler.net/php-shell/";>mgeisler.net/php-shell/</a>.
+  Copyright \xA9 <a href="mailto:[EMAIL PROTECTED]">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>.
 </address>
 
 </body>

Modified: trunk/style.css
===================================================================
--- trunk/style.css     2006-04-29 11:27:55 UTC (rev 19)
+++ trunk/style.css     2006-04-29 13:15:10 UTC (rev 20)
@@ -1,6 +1,8 @@
 /* style.css file for PHP Shell @VERSION@
  * Copyright (C) 2003-2006 Martin Geisler <[EMAIL PROTECTED]>
  * Licensed under the GNU GPL.  See the file COPYING for details.
+ *
+ * $Rev$ $Date$
  */
 
 body {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
phpshell-commits mailing list
phpshell-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpshell-commits

Reply via email to