diff --git a/html/index.php b/html/index.php
index 3d6f864f9b..d0448a7e4b 100755
--- a/html/index.php
+++ b/html/index.php
@@ -12,6 +12,9 @@
*
*/
+// Set variables
+$msg_box = array();
+
include("../includes/defaults.inc.php");
include("../config.php");
include_once("../includes/definitions.inc.php");