5
1
Fork 0
mirror of https://github.com/Anvilcraft/jensmemes synced 2024-09-25 02:38:51 +02:00
This commit is contained in:
ITbyHF 2020-07-21 23:03:19 +02:00
parent 8d65bdc446
commit 3cd9caeb0f

View file

@ -2,7 +2,7 @@
$SQLHost = "db.a-hoefler.eu"; $SQLHost = "db.a-hoefler.eu";
$SQLUser = "root"; $SQLUser = "root";
$SQLPasswort = "bqCdUHZYgHeTd583kZ3cMVd9"; $SQLPasswort = "";
$SQLDatenbank = "jensmemes"; $SQLDatenbank = "jensmemes";
$con = mysqli_connect($SQLHost, $SQLUser, $SQLPasswort, $SQLDatenbank); $con = mysqli_connect($SQLHost, $SQLUser, $SQLPasswort, $SQLDatenbank);