There was a problem when passing arrays to the decode header. From
[squirrelmail.git] / 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 );