First commit.
This commit is contained in:
12
config.php
Normal file
12
config.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
define('dbhost', 'localhost');
|
||||
define('dbname', '');
|
||||
define('dbuser', '');
|
||||
define('dbpass', '');
|
||||
|
||||
|
||||
define('ROOT_DIR', __DIR__);
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user