Initial commit

This commit is contained in:
Péntek Sándor
2016-06-18 10:07:35 +02:00
commit 41c686945a
398 changed files with 36832 additions and 0 deletions

11
config.php Normal file
View File

@ -0,0 +1,11 @@
<?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');