mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +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';
|
||||
|
||||
$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…
x
Reference in New Issue
Block a user