diff options
author | Camil Staps | 2016-07-27 16:29:16 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-27 16:29:16 +0200 |
commit | b5e35174b3b91285a7cd0eb0dc84010f145e5022 (patch) | |
tree | 56924b8e91649809e192e16fe40df66d976ffbf9 /conf.php | |
parent | Removed redundant whitespace & retab (diff) |
Removed error reporting
Diffstat (limited to 'conf.php')
-rw-r--r-- | conf.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -35,9 +35,6 @@ ini_set('display_errors', 0); // Start editing below this line //------------------------------------------------------------------------------ -error_reporting(E_ALL); -ini_set('display_errors', 1); - // Database settings (should be mysql) $db_host = 'localhost'; $db_name = 'my_database'; |