From 86b0b6bdf4932608154ffbc6972217221d49941f Mon Sep 17 00:00:00 2001 From: fidian Date: Tue, 1 May 2001 22:29:20 +0000 Subject: [PATCH] * 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 --- src/validate.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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'); -- 2.25.1