| | |
| | | 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'); |
| | | |
| | |
| | | |
| | | 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/'; |
| | |
| | | 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'); |
| | | |
| | | ?> |