Bläddra i källkod

Correct indentation

philippe_mingo 23 år sedan
förälder
incheckning
0d47774707
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      plugins/administrator/auth.php

+ 1 - 1
plugins/administrator/auth.php

@@ -13,7 +13,7 @@ function adm_check_user() {
     GLOBAL $username, $PHP_SELF;
     GLOBAL $username, $PHP_SELF;
 
 
     if ( substr( $PHP_SELF, -11 ) <> 'options.php' ) {
     if ( substr( $PHP_SELF, -11 ) <> 'options.php' ) {
-    $auth = FALSE;
+        $auth = FALSE;
     } else if ( file_exists( '../plugins/administrator/admins' ) ) {
     } else if ( file_exists( '../plugins/administrator/admins' ) ) {
         $auths = file( '../plugins/administrator/admins' );
         $auths = file( '../plugins/administrator/admins' );
         $auth = in_array( "$username\n", $auths );
         $auth = in_array( "$username\n", $auths );