Skip to content

Commit

Permalink
$development should NOT be set to true in git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Apr 1, 2024
1 parent c7c4873 commit b5c3c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -40,7 +40,7 @@
// and logging (to /tmp/debug.log) are turned on; either of these may help you
// diagnose installation and integration issues.
global $development;
$development = true;
$development = false;

ini_set('error_reporting', 0);
if ($development) {
Expand Down

0 comments on commit b5c3c25

Please sign in to comment.