walkor 11 tahun lalu
induk
melakukan
0b390c319a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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).';');
 }