From 41d92bbf94f2979226365c62ba39d4d086040b09 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 2 Dec 2015 10:26:11 -0500 Subject: [PATCH] need to include Server class --- web/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/index.php b/web/index.php index 41e1eca7a..72e6dc8c0 100644 --- a/web/index.php +++ b/web/index.php @@ -48,6 +48,7 @@ if ( false ) require_once( 'includes/config.php' ); require_once( 'includes/logger.php' ); +require_once( 'includes/Server.php' ); if ( isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == 'on' ) {