prepare to v1.6

This commit is contained in:
xiaomlove
2021-01-28 20:37:35 +08:00
parent 96e9eb42db
commit 1980b30829
11 changed files with 8 additions and 257 deletions

View File

@@ -24,7 +24,7 @@ require $rootpath . 'include/config.php';
if (!IS_ANNOUNCE) {
require $rootpath . get_langfile_path("functions.php");
}
$Cache = new RedisCache(); //Load the caching class
$Cache = new class_cache_redis(); //Load the caching class
$Cache->setLanguageFolderArray(get_langfolder_list());
define('TIMENOW', time());
define('TIMENOW_STRING', date('Y-m-d H:i:s'));