From d440bcfa28594c4eabcb61e6307e239bfeb3f5e5 Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Wed, 26 May 2010 16:06:17 +0000 Subject: [PATCH] NOBUG fix typo causing problems using config-dist.php as base --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index ea24a801da7..d1518a8af97 100644 --- 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! -- 2.43.0