From 00ff78d7e0bdf8cb2e2a0b5fbcfa9bbca65b356e Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 7 Mar 2011 03:30:09 +0000 Subject: [PATCH] * add the webRoot config to the main config file. --- config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.php b/config/config.php index ceca712d22..41dc0c7d79 100644 --- a/config/config.php +++ b/config/config.php @@ -16,6 +16,7 @@ $config->version = '1.4'; // The version of zentaopms. Don't cha $config->encoding = 'UTF-8'; // The encoding of znetaopms. $config->cookieLife = time() + 2592000; // The cookie life time. $config->timezone = 'Asia/Shanghai'; // The time zone setting, for more see http://www.php.net/manual/en/timezones.php +$config->webRoot = ''; // The root path of the pms. /* The request settings. */ $config->requestType = 'PATH_INFO'; // The request type: PATH_INFO|GET, if PATH_INFO, must use url rewrite.