doc/plugins.txt. global.php is loaded by validate.php
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Mar 2005 10:11:02 +0000 (10:11 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Mar 2005 10:11:02 +0000 (10:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9083 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/about.php

index 469d7b92019e63185084f27fb45db16d71a3de62..cbd1dee5565a678ff2a93f194815f5a7513daf30 100644 (file)
@@ -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>