From: fidian Date: Tue, 1 May 2001 22:29:20 +0000 (+0000) Subject: * Saves 1/1000000000 of a second X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=86b0b6bdf4932608154ffbc6972217221d49941f * Saves 1/1000000000 of a second git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1331 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/validate.php b/src/validate.php index b2c33353..f0e0b99a 100644 --- a/src/validate.php +++ b/src/validate.php @@ -8,11 +8,9 @@ ** $Id$ **/ - if (defined ('validate_php')) { + if (defined ('validate_php')) return; - } else { - define ('validate_php', true); - } + define ('validate_php', true); session_start(); include ('../functions/auth.php');