Skip to content
Snippets Groups Projects
Commit fa3bc8ab authored by sabas's avatar sabas
Browse files

Update client.inc.php

parent f1915615
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