Correct indentation
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 5 Feb 2002 12:58:54 +0000 (12:58 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 5 Feb 2002 12:58:54 +0000 (12:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2367 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/auth.php

index a40852dc862dec28595b500f6f52be9c07fc42d2..1f8826b437c7189a168e089bc1c5acfbbc396250 100644 (file)
@@ -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 );