From 71bf4974159d140aa474621f0ad4f154b6000088 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 5 Feb 2002 12:58:54 +0000 Subject: [PATCH] Correct indentation git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2367 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/administrator/auth.php b/plugins/administrator/auth.php index a40852dc..1f8826b4 100644 --- a/plugins/administrator/auth.php +++ b/plugins/administrator/auth.php @@ -13,7 +13,7 @@ function adm_check_user() { GLOBAL $username, $PHP_SELF; if ( substr( $PHP_SELF, -11 ) <> 'options.php' ) { - $auth = FALSE; + $auth = FALSE; } else if ( file_exists( '../plugins/administrator/admins' ) ) { $auths = file( '../plugins/administrator/admins' ); $auth = in_array( "$username\n", $auths ); -- 2.25.1