From 88141119daec4c49ca60a057e865351bb3d46c5f Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Fri, 17 Jun 2016 17:56:29 -0400 Subject: [PATCH] 5683 added authenticate() to manage page. --- tools/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/index.php b/tools/index.php index 6e2123f6b..eb8cbe0e9 100644 --- a/tools/index.php +++ b/tools/index.php @@ -14,6 +14,7 @@ define('AT_INCLUDE_PATH', '../include/'); require(AT_INCLUDE_PATH.'vitals.inc.php'); +authenticate(); tool_origin('off'); require(AT_INCLUDE_PATH.'header.inc.php'); $module_list = $moduleFactory->getModules(AT_MODULE_STATUS_ENABLED, 0, TRUE);