From 7b9ca616372a784316f9aec3feefbb9f44c3a31c Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 5 May 2016 13:33:02 -0600 Subject: [PATCH] Change the background color of the footer during the install. --- core/install/install.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/install/install.php b/core/install/install.php index dd1c3a635d..fbbbf4396b 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -29,6 +29,12 @@ require_once "resources/functions.php"; require_once "resources/classes/text.php"; +//start a php session + session_start(); + +//set theme settings + $_SESSION['theme']['footer_background_color'] = '#ffffff'; + //initialize variables we are going to use $event_host = ''; $event_port = '';