Skip to content

Commit

Permalink
Disable debug mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Flightkick committed Mar 9, 2021
1 parent e4b3211 commit 67dadb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.php
Expand Up @@ -11,7 +11,7 @@
*/

define('version', '3.10');
define('debug', true);
define('debug', false);

if (debug) {
error_reporting(E_ALL);
Expand Down

0 comments on commit 67dadb5

Please sign in to comment.