Compare commits

..

No commits in common. "lxbfyeaa-patch-7" and "master" have entirely different histories.

2 changed files with 11 additions and 1 deletions

11
conf.php.dist Normal file
View File

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

View File

@ -1 +0,0 @@
555