updated config to MeekroDB
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
return array (
|
|
||||||
'servername' => 'localhost',
|
include_once "db.class.php";
|
||||||
'username' => 'username',
|
DB::$user = 'username';
|
||||||
'password' => 'password',
|
DB::$password = 'password';
|
||||||
'dbname' => 'database'
|
DB::$dbName = 'dbname';
|
||||||
);
|
DB::$host = '127.0.0.1';
|
||||||
?>
|
DB::$encoding = 'utf8';
|
||||||
|
|
||||||
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user