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

Merge branch 'master' into develop

parents 267c6883 346202fd
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