Skip to content
Snippets Groups Projects
Commit d41311ff authored by Christoph Zysik's avatar Christoph Zysik
Browse files

db_prefix madness

parent 5a85b925
Branches
No related merge requests found
......@@ -13,6 +13,7 @@ if(isset($_POST['datenbank_anlegen'])){
define("DB_BASE","'.$_POST['db'].'");
define("PREFIX","'.$_POST['prefix'].'");
$db_prefix = "'.$_POST['prefix'].'";
//Passwort zusatz
define("PW_ZUSATZ","'. create_code(5) .'");
......
......@@ -97,5 +97,4 @@ function db_fetch($result)
global $sql_open;
@mysqli_close($sql_open) or die('Konnte die Verbindung mit Datenbank nicht schliessen!');
}
?>
?>
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