Include Monitor object so it can be used elsewhere

pull/1427/head
Isaac Connor 2016-03-29 14:36:42 -04:00
parent 1262e831ac
commit 1b69299c2d
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ require_once( 'includes/config.php' );
require_once( 'includes/logger.php' );
require_once( 'includes/Server.php' );
require_once( 'includes/Event.php' );
require_once( 'includes/Monitor.php' );
if ( isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == 'on' )
{