Skip to content

Commit

Permalink
5683 added authenticate() to manage page.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Jun 17, 2016
1 parent eb7724c commit 8814111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/index.php
Expand Up @@ -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);
Expand Down

0 comments on commit 8814111

Please sign in to comment.