From 9518f4c7924b2f458d294bd78ea33fd8ea65f4e9 Mon Sep 17 00:00:00 2001 From: isaack <isaack0815@gmail.com> Date: Sun, 4 Feb 2018 20:48:26 +0100 Subject: [PATCH] Bug beseitigung Install Bug --- install/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index f8899fe..8480ee3 100644 --- a/install/index.php +++ b/install/index.php @@ -2,6 +2,8 @@ <?php error_reporting(E_ALL); +require('../lib/functions.lib.php'); + if(isset($_POST['datenbank_anlegen'])){ $inhalt = ' <?php @@ -422,4 +424,4 @@ if(isset($_POST['impressum_anlegen'])){ '; } ?> -</center> \ No newline at end of file +</center> -- GitLab