duckbrain/config.php

13 lines
140 B
PHP
Raw Normal View History

2020-03-08 04:37:19 +01:00
<?php
define('dbhost', 'localhost');
define('dbname', '');
define('dbuser', '');
define('dbpass', '');
define('ROOT_DIR', __DIR__);
?>