<?php

define('dbhost', 'localhost');
define('dbname', '');
define('dbuser', '');
define('dbpass', '');


define('ROOT_DIR', __DIR__);
?>