소스 검색

Correct indentation

philippe_mingo 23 년 전
부모
커밋
0d47774707
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 );