insanelyBlog/config.php

12 lines
210 B
PHP
Raw Normal View History

2016-06-18 10:07:35 +02:00
<?php
//error_reporting(E_ALL);
define('DBHOST', 'localhost');
define('DBNAME', 'blog');
define('DBUSER', 'blog');
define('DBPASS', '');
define('DBCHAR', 'utf8');
define('DATE_FORMAT_DEFAULT', 'm/d/y H:i');