walkor 11 년 전
부모
커밋
0b390c319a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/Statistics/Modules/admin.php

+ 1 - 1
applications/Statistics/Modules/admin.php

@@ -114,5 +114,5 @@ function saveServerIpListToCache()
     {
         unlink($php_file);
     }
-    file_put_contents(ST_ROOT . '/Config/Cache/'.time().'.iplist.cache.php', "<?php\n\\Statistics\\Lib\\Cache::\$ServerIpLis=".var_export(\Statistics\Lib\Cache::$ServerIpList,true).';');
+    file_put_contents(ST_ROOT . '/Config/Cache/'.time().'.iplist.cache.php', "<?php\n\\Statistics\\Lib\\Cache::\$ServerIpList=".var_export(\Statistics\Lib\Cache::$ServerIpList,true).';');
 }