Added error handler

This commit is contained in:
2017-09-07 16:11:54 +07:00
parent 796148a532
commit 23622bc5a8
14 changed files with 204 additions and 56 deletions

View File

@@ -7,5 +7,7 @@ class Config
DB_HOST = 'mariadb',
DB_DB = 'lepisi',
DB_UNAME = 'root',
DB_PWD = 'root';
DB_PWD = 'root',
LOG_ERRORS = false;
}