mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Testing the integration of webhooks with the ticketing system. Fixes
ticket #1.
This commit is contained in:
parent
a637e06147
commit
3ac548cc3b
@ -85,7 +85,7 @@ if ($config['metaconsole'] == 1 && $config['enterprise_installed'] == 1) {
|
|||||||
header ("Location: " . $config['homeurl'] . "enterprise/meta");
|
header ("Location: " . $config['homeurl'] . "enterprise/meta");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Enterprise support */
|
// Enterprise support
|
||||||
if (file_exists (ENTERPRISE_DIR . "/load_enterprise.php")) {
|
if (file_exists (ENTERPRISE_DIR . "/load_enterprise.php")) {
|
||||||
include_once (ENTERPRISE_DIR . "/load_enterprise.php");
|
include_once (ENTERPRISE_DIR . "/load_enterprise.php");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user