From a885b889788a9da4babdf20aff360ad0c0abc194 Mon Sep 17 00:00:00 2001
From: isaack <isaack0815@gmail.com>
Date: Mon, 12 Mar 2018 22:08:26 +0100
Subject: [PATCH] bug

---
 install/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/index.php b/install/index.php
index 10855a2..ef69570 100644
--- a/install/index.php
+++ b/install/index.php
@@ -20,10 +20,10 @@ if(isset($_POST['datenbank_anlegen'])){
 	$db_prefix = "'.$_POST['prefix'].'";
 	
 	//Passwort zusatz
-	$pw_zusatz = '. create_code(5) .';
+	$pw_zusatz = "'. create_code(5) .'";
 	
 	// Verschlüsselungspasswort
-	$ver_schluessel = '. create_code(16) .';
+	$ver_schluessel = "'. create_code(16) .'";
 	
 	//Datenbankverbindung herstellen
 	$sql_open = @mysqli_connect($db_host, $db_user, $db_pass, $db_base) or die(\'Verbindung zum Mysql Server fehlgeschlagen! <br>Tipp: <a href="http://www.vms-tutorial.de/wiki//Lib/Functions">http://www.vms-tutorial.de/wiki//Lib/Functions</a>\');
-- 
GitLab