Testing the integration of webhooks with the ticketing system. Fixes

ticket #1.
This commit is contained in:
Ramon Novoa 2016-01-28 14:14:04 +01:00
parent a637e06147
commit 3ac548cc3b
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}