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
f4af1426
Commit
f4af1426
authored
Oct 11, 2006
by
Nigel McNie
Committed by
Nigel McNie
Oct 11, 2006
Browse files
Added an option to allow default exception handler messages go to the
screen if necessary.
parent
04a6485b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/config-dist.php
View file @
f4af1426
...
...
@@ -78,4 +78,8 @@ $cfg->log_environ_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
// but probably only warnings are useful on a live site.
$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