Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
c781942f
Commit
c781942f
authored
Jul 04, 2005
by
skodak
Browse files
merged from MOODLE_15_STABLE
parent
7b27ce2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
c781942f
...
...
@@ -269,6 +269,12 @@ $CFG->admin = 'admin';
//=========================================================================
// ALL DONE! To continue installation, visit your main page with a browser
//=========================================================================
if
(
$CFG
->
wwwroot
==
'http://example.com/moodle'
)
{
echo
"<p>Error detected in configuration file</p>"
;
echo
"<p>Your server address can not be:
\$
CFG->wwwroot = 'http://example.com/moodle';</p>"
;
die
;
}
if
(
file_exists
(
"
$CFG->dirroot
/lib/setup.php"
))
{
// Do not edit
include_once
(
"
$CFG->dirroot
/lib/setup.php"
);
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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