Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
68c03b72
Commit
68c03b72
authored
Oct 11, 2006
by
Nigel McNie
Committed by
Nigel McNie
Oct 11, 2006
Browse files
Removed the debug_mode flag.
parent
c0248ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/config-dist.php
View file @
68c03b72
...
@@ -78,8 +78,4 @@ $cfg->log_environ_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
...
@@ -78,8 +78,4 @@ $cfg->log_environ_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
// but probably only warnings are useful on a live site.
// but probably only warnings are useful on a live site.
$cfg
->
log_backtrace_levels
=
LOG_LEVEL_WARN
|
LOG_LEVEL_ENVIRON
;
$cfg
->
log_backtrace_levels
=
LOG_LEVEL_WARN
|
LOG_LEVEL_ENVIRON
;
// Makes debug backtraces go to the screen if the default exception
// handler is called.
$cfg
->
debug_mode
=
true
;
?>
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment