Skip to content
Snippets Groups Projects
Commit a885b889 authored by isaack's avatar isaack
Browse files

bug

parent 076089d1
No related merge requests found
...@@ -20,10 +20,10 @@ if(isset($_POST['datenbank_anlegen'])){ ...@@ -20,10 +20,10 @@ if(isset($_POST['datenbank_anlegen'])){
$db_prefix = "'.$_POST['prefix'].'"; $db_prefix = "'.$_POST['prefix'].'";
//Passwort zusatz //Passwort zusatz
$pw_zusatz = '. create_code(5) .'; $pw_zusatz = "'. create_code(5) .'";
// Verschlsselungspasswort // Verschlsselungspasswort
$ver_schluessel = '. create_code(16) .'; $ver_schluessel = "'. create_code(16) .'";
//Datenbankverbindung herstellen //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>\'); $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>\');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment