forked from OF56/Website
Compare commits
No commits in common. "lxbfyeaa-patch-7'"" and "master" have entirely different histories.
lxbfyeaa-p
...
master
11
conf.php.dist
Normal file
11
conf.php.dist
Normal file
@ -0,0 +1,11 @@
|
||||
<?php #conf.php
|
||||
|
||||
$DBHOST = "localhost";
|
||||
$DBUSER = "";
|
||||
$DBPASS = "";
|
||||
$DBNAME = "";
|
||||
|
||||
$mysqli = new mysqli($DBHOST, $DBUSER, $DBPASS, $DBNAME);
|
||||
$mysqli->set_charset("utf8mb4");
|
||||
|
||||
?>
|
||||
@ -1 +0,0 @@
|
||||
555
|
||||
Loading…
Reference in New Issue
Block a user