Update install.php
This commit is contained in:
parent
038a0dd626
commit
2f1a916c7a
|
|
@ -30,7 +30,7 @@
|
||||||
require_once "resources/classes/text.php";
|
require_once "resources/classes/text.php";
|
||||||
|
|
||||||
//start a php session
|
//start a php session
|
||||||
session_start();
|
if (!isset($_SESSION)) { session_start(); }
|
||||||
|
|
||||||
//initialize variables we are going to use
|
//initialize variables we are going to use
|
||||||
$event_host = '';
|
$event_host = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue