Added error handler
This commit is contained in:
@@ -7,5 +7,7 @@ class Config
|
||||
DB_HOST = 'mariadb',
|
||||
DB_DB = 'lepisi',
|
||||
DB_UNAME = 'root',
|
||||
DB_PWD = 'root';
|
||||
DB_PWD = 'root',
|
||||
|
||||
LOG_ERRORS = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user