NOBUG fix typo causing problems using config-dist.php as base

This commit is contained in:
Eloy Lafuente
2010-05-26 16:06:17 +00:00
parent 7e8f409121
commit d440bcfa28
+1 -1
View File
@@ -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!