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");
|
||||
}
|
||||
|
||||
/* Enterprise support */
|
||||
// Enterprise support
|
||||
if (file_exists (ENTERPRISE_DIR . "/load_enterprise.php")) {
|
||||
include_once (ENTERPRISE_DIR . "/load_enterprise.php");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue