parent
96a13fe84c
commit
2b72053992
|
@ -101,6 +101,11 @@ if ($config['metaconsole'] == 1 && $config['enterprise_installed'] == 1) {
|
|||
header ("Location: " . $config['homeurl'] . "enterprise/meta");
|
||||
}
|
||||
|
||||
/* Enterprise support */
|
||||
if (file_exists (ENTERPRISE_DIR . "/load_enterprise.php")) {
|
||||
include_once (ENTERPRISE_DIR . "/load_enterprise.php");
|
||||
}
|
||||
|
||||
if (file_exists (ENTERPRISE_DIR . "/include/functions_login.php")) {
|
||||
include_once (ENTERPRISE_DIR . "/include/functions_login.php");
|
||||
}
|
||||
|
@ -582,12 +587,6 @@ else {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Enterprise support */
|
||||
if (file_exists (ENTERPRISE_DIR . "/load_enterprise.php")) {
|
||||
include_once (ENTERPRISE_DIR . "/load_enterprise.php");
|
||||
}
|
||||
|
||||
// Log off
|
||||
if (isset ($_GET["bye"])) {
|
||||
include ("general/logoff.php");
|
||||
|
|
Loading…
Reference in New Issue