* when load confg of common module, remove the my.php loading feature.

This commit is contained in:
wangchunsheng
2011-09-03 07:05:14 +00:00
parent c8378f5bf6
commit 670c4bef19
-2
View File
@@ -1362,8 +1362,6 @@ class router
if($moduleName == 'common')
{
$mainConfigFile = $this->configRoot . 'config.php';
$myConfig = $this->configRoot . 'my.php';
if(is_file($myConfig)) $extConfigFiles[] = $myConfig;
}
else
{