* Saves 1/1000000000 of a second
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 May 2001 22:29:20 +0000 (22:29 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 May 2001 22:29:20 +0000 (22:29 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1331 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/validate.php

index b2c333530061f1eabc93a9e99e1f91f059b987d5..f0e0b99a59261b6e8ef1b0fcaf049794ba025945 100644 (file)
@@ -8,11 +8,9 @@
     **  $Id$
     **/
 
     **  $Id$
     **/
 
-   if (defined ('validate_php')) { 
+   if (defined ('validate_php'))
       return; 
       return; 
-   } else { 
-      define ('validate_php', true); 
-   }
+   define ('validate_php', true); 
 
    session_start();
    include ('../functions/auth.php');
 
    session_start();
    include ('../functions/auth.php');