1 #179

Open
lxbfYeaa wants to merge 50 commits from lxbfYeaa/Website:master into master
Showing only changes of commit 05c73254e2 - Show all commits

View File

@ -1,11 +0,0 @@
<?php #conf.php
$DBHOST = "localhost";
$DBUSER = "";
$DBPASS = "";
$DBNAME = "";
$mysqli = new mysqli($DBHOST, $DBUSER, $DBPASS, $DBNAME);
$mysqli->set_charset("utf8mb4");
?>