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
c0248ebd
Commit
c0248ebd
authored
Oct 11, 2006
by
Nigel McNie
Committed by
Nigel McNie
Oct 11, 2006
Browse files
Remove the debug_mode flag.
parent
cafb0bd1
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/errors.php
View file @
c0248ebd
...
...
@@ -282,8 +282,7 @@ function exception ($e) {
</head>
<body>
EOF;
if
(
function_exists
(
'get_config'
)
&&
get_config
(
'debug_mode'
)
&&
function_exists
(
'insert_messages'
))
{
if
(
function_exists
(
'insert_messages'
))
{
echo
insert_messages
();
}
echo
<<<EOF
...
...
Write
Preview
Markdown
is supported
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