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();