mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Revert "Revert "Fixed license failure""
This reverts commit 55196854b045e8b4f47a5ed45b27c5540981d81a.
This commit is contained in:
parent
55196854b0
commit
dba263632b
@ -101,11 +101,6 @@ if ($config['metaconsole'] == 1 && $config['enterprise_installed'] == 1) {
|
|||||||
header ("Location: " . $config['homeurl'] . "enterprise/meta");
|
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")) {
|
if (file_exists (ENTERPRISE_DIR . "/include/functions_login.php")) {
|
||||||
include_once (ENTERPRISE_DIR . "/include/functions_login.php");
|
include_once (ENTERPRISE_DIR . "/include/functions_login.php");
|
||||||
}
|
}
|
||||||
@ -587,6 +582,12 @@ else {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Enterprise support */
|
||||||
|
if (file_exists (ENTERPRISE_DIR . "/load_enterprise.php")) {
|
||||||
|
include_once (ENTERPRISE_DIR . "/load_enterprise.php");
|
||||||
|
}
|
||||||
|
|
||||||
// Log off
|
// Log off
|
||||||
if (isset ($_GET["bye"])) {
|
if (isset ($_GET["bye"])) {
|
||||||
include ("general/logoff.php");
|
include ("general/logoff.php");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user