소스 검색

Syntax error, dammit

teo greenwood 10 년 전
부모
커밋
03133173e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sys/admin/config/users.inc

+ 1 - 1
sys/admin/config/users.inc

@@ -1,5 +1,5 @@
 <?php
-$tcmsUsers = json_decode(file_get_contents('config/users.json'),true)
+$tcmsUsers = json_decode(file_get_contents('config/users.json'),true);
 if (!empty($_SERVER['REMOTE_USER']) && !empty($tcmsUsers)) {
     $poster = "admin";
     if(array_search($_SERVER['REMOTE_USER'], $tcmsUsers) == $_SERVER['REMOTE_USER']) {