Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8f409
)
NOBUG fix typo causing problems using config-dist.php as base
author
Eloy Lafuente
<stronk7@moodle.org>
Wed, 26 May 2010 16:06:17 +0000
(16:06 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Wed, 26 May 2010 16:06:17 +0000
(16:06 +0000)
config-dist.php
patch
|
blob
|
blame
|
history
diff --git
a/config-dist.php
b/config-dist.php
index
ea24a80
..
d1518a8
100644
(file)
--- a/
config-dist.php
+++ b/
config-dist.php
@@
-407,7
+407,7
@@
$CFG->admin = 'admin';
// ALL DONE! To continue installation, visit your main page with a browser
//=========================================================================
-require_once(dirname(_
FILE
_) . '/lib/setup.php'); // Do not edit
+require_once(dirname(_
_FILE_
_) . '/lib/setup.php'); // Do not edit
// There is no php closing tag in this file,
// it is intentional because it prevents trailing whitespace problems!