* when load confg of common module, remove the my.php loading feature.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user