walkor 11 år sedan
förälder
incheckning
d0373d8f6b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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();