master #307

Open
lxbfYeaa wants to merge 50 commits from master into lxbfyeaa-patch-1
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");
?>