chengkun
2025-04-27 a0402d122fee696e2b7684ef7edfc504ade12640
global.php
@@ -14,7 +14,7 @@
ini_set('session.gc_probability',10);
ini_set('session.gc_divisor',100);
include(CONFIG_PATH.'db.config.php');
include(CONFIG_PATH . 'db.config.php');//$db_config
include_once(PLUS_PATH.'config.php');
include(CONFIG_PATH.'db.safety.php');
@@ -40,9 +40,9 @@
include_once(LIB_PATH.'libs/Smarty.class.php');
$phpyun = new Smarty;
$phpyun->debugging      = false;
$phpyun->caching        = false;
$phpyun->force_cache    = false;
$phpyun->debugging = FALSE;
$phpyun->caching = FALSE;
$phpyun->force_cache = FALSE;
$phpyun->template_dir   = TPL_PATH;
$phpyun->compile_dir    = DATA_PATH.'/templates_c/';
$phpyun->cache_dir      = DATA_PATH.'/cache/';
@@ -59,7 +59,4 @@
include_once(LIB_PATH.'public.function.php');
include_once(LIB_PATH.'public.domain.php');
include(LIB_PATH.'public.url.php');
include(PLUS_PATH.'seo.cache.php');
?>