mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Common requirements using base url
This commit is contained in:
parent
739bc7ebd9
commit
9666b76fa9
@ -16,6 +16,10 @@
|
|||||||
require_once '../../include/config.php';
|
require_once '../../include/config.php';
|
||||||
|
|
||||||
$legacy = (bool) get_parameter('legacy', $config['legacy_vc']);
|
$legacy = (bool) get_parameter('legacy', $config['legacy_vc']);
|
||||||
|
if (is_metaconsole() === true) {
|
||||||
|
$config['requirements_use_base_url'] = true;
|
||||||
|
}
|
||||||
|
|
||||||
if ($legacy === false) {
|
if ($legacy === false) {
|
||||||
include_once $config['homedir'].'/operation/visual_console/public_view.php';
|
include_once $config['homedir'].'/operation/visual_console/public_view.php';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user