Update switch.php
Add a missing forward slash.
This commit is contained in:
@@ -1432,7 +1432,7 @@ if (!function_exists('save_switch_xml')) {
|
|||||||
save_setting_xml();
|
save_setting_xml();
|
||||||
}
|
}
|
||||||
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/modules/app_config.php")) {
|
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/modules/app_config.php")) {
|
||||||
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."app/modules/resources/classes/modules.php";
|
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/modules/resources/classes/modules.php";
|
||||||
$module = new modules;
|
$module = new modules;
|
||||||
$module->xml();
|
$module->xml();
|
||||||
//$msg = $module->msg;
|
//$msg = $module->msg;
|
||||||
|
|||||||
Reference in New Issue
Block a user