Skip to content

Commit

Permalink
Disable debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Mar 17, 2024
1 parent 372dde9 commit 644c8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nconf.php
Expand Up @@ -37,15 +37,15 @@
#
# Debug
#
define("DEBUG_MODE", 1); # [0|1]
define("DEBUG_MODE", 0); # [0|1]
define("DEBUG_GENERATE", 3); # [1=ERROR|2=WARN|3=INFO|4=DEBUG|5=TRACE]
define("DB_NO_WRITES", 0); # [0|1] Experimental, use with CAUTION!

#
# Defines how many seconds to wait on auto redirects.
# Used mostly after adding, modifying or deleting an item.
#
define('REDIRECTING_DELAY', "9999");
define('REDIRECTING_DELAY', "1");

#
# General switch to enable / disable config deployment.
Expand Down

0 comments on commit 644c8a6

Please sign in to comment.