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
acb9e5b4
Commit
acb9e5b4
authored
Jan 24, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 24, 2007
Browse files
Removed some old commented out stuff
parent
293434bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/init.php
View file @
acb9e5b4
...
...
@@ -128,11 +128,8 @@ if (!isset($CFG->wwwroot) && isset($_SERVER['HTTP_HOST'])) {
set_config
(
'wwwroot'
,
$wwwroot
);
}
catch
(
Exception
$e
)
{
// Just set it directly. The system will most likely not be installed, so we don't care
$CFG
->
wwwroot
=
$wwwroot
;
// Do nothing. The system will most likely not be installed, so we don't care
//if (!defined('INSTALLER')) {
// throw $e;
//}
}
}
if
(
!
isset
(
$CFG
->
noreplyaddress
)
&&
isset
(
$_SERVER
[
'HTTP_HOST'
]))
{
...
...
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