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

+ 1 - 1
applications/Statistics/Lib/Cache.php

@@ -2,7 +2,7 @@
 class Cache
 {
     public static $statisticDataCache = array();
-    public static $ServerIpList = array();
+    public static $ServerIpList = array('127.0.0.1');
     public static $modulesDataCache = array();
     public static $lastFailedIpArray = array();
     public static $lastSuccessIpArray = array();