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