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/'; $phpyun->left_delimiter = '{yun:}'; $phpyun->right_delimiter = '{/yun}'; $phpyun->get_install(); if (is_file(LIB_PATH . 'webscan360/360safe/360webscan.php')) { require_once(LIB_PATH . 'webscan360/360safe/360webscan.php'); } $db = new mysql($db_config['dbhost'], $db_config['dbuser'], $db_config['dbpass'], $db_config['dbname'], ALL_PS, $db_config['charset'], $db_config['def']); 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');