From 6192649756ec65aaa2e42960e1c4e0f3e041580f Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 1 Feb 2015 16:52:26 +0000 Subject: [PATCH] Defined variable --- html/index.php | 3 +++ 1 file changed, 3 insertions(+) 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");