From 6caab5e3025b694f097369ca2d89eb776da5bbc4 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 27 Jul 2004 02:48:08 +0000 Subject: [PATCH] need Defines.php --- config/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/index.php b/config/index.php index bd5040c87c..264f17038f 100644 --- a/config/index.php +++ b/config/index.php @@ -110,6 +110,7 @@ header( "Content-type: text/html; charset=utf-8" ); $IP = ".."; # Just to suppress notices, not for anything useful define( "MEDIAWIKI", true ); define( "MEDIAWIKI_INSTALL", true ); +require_once( "../includes/Defines.php" ); require_once( "../includes/DefaultSettings.php" ); require_once( "../includes/MagicWord.php" ); require_once( "../includes/Namespace.php" ); -- 2.20.1