Selaa lähdekoodia

Correct indentation

philippe_mingo 23 vuotta sitten
vanhempi
commit
0d47774707
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
 
     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 );