Skip to content
Snippets Groups Projects
Commit 346202fd authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge remote branch 'sabas/patch-1'

parents 161a2136 fa3bc8ab
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ define('ASSETS_PATH',ROOT_PATH.'assets/default/');
//Check the status of the HelpDesk.
if (!in_array(strtolower(basename($_SERVER['SCRIPT_NAME'])), array('logo.php',))
&& !(is_object($ost) && $ost->isSystemOnline())) {
include('./offline.php');
include(ROOT_DIR.'offline.php');
exit;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment