Browse Source

doc/plugins.txt. global.php is loaded by validate.php

tokul 20 years ago
parent
commit
4da658d566
1 changed files with 3 additions and 7 deletions
  1. 3 7
      src/about.php

+ 3 - 7
src/about.php

@@ -25,7 +25,6 @@ define('SM_PATH','../');
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
-require_once(SM_PATH . 'functions/global.php');
 
 displayPageHeader($color, 'None' );
 
@@ -39,8 +38,8 @@ displayPageHeader($color, 'None' );
 <br />
 SquirrelMail is the name of the program that provides access to your email via the web.<br />
 <br />
-<strong>If you have questions about or problems with your mailaccount, passwords, abuse etc,
-please refer to your system administrator or provider <?php
+<strong>If you have questions about or problems with your mail account, passwords, abuse etc,
+please refer to your system administrator or provider<?php
 if ( $org_name != 'SquirrelMail' ) {
     echo '(' . $org_name . ')';
 }
@@ -75,9 +74,6 @@ if ( count ($plugins) > 0 ) {
 </small>
 <br /><br />
 </td></tr>
-<tr><td align="center">&copy; 1999 - 2005 The SquirrelMail Development Team</td></tr>
+<tr><td align="center">&copy; 1999 - 2005 The SquirrelMail Project Team</td></tr>
 </table></p>
-
-
-
 </body></html>