Common requirements using base url
This commit is contained in:
parent
739bc7ebd9
commit
9666b76fa9
|
@ -16,6 +16,10 @@
|
|||
require_once '../../include/config.php';
|
||||
|
||||
$legacy = (bool) get_parameter('legacy', $config['legacy_vc']);
|
||||
if (is_metaconsole() === true) {
|
||||
$config['requirements_use_base_url'] = true;
|
||||
}
|
||||
|
||||
if ($legacy === false) {
|
||||
include_once $config['homedir'].'/operation/visual_console/public_view.php';
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue