Skip to content

Commit

Permalink
🔒 Disable $debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdan authored Sep 14, 2024
1 parent 99df121 commit 6a84d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$description = "Welcome to my awesome blog!";

// Debug flag (true for development, false for production)
$debug = true;
$debug = false;

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

0 comments on commit 6a84d3e

Please sign in to comment.