From 9e71716105fcf268fb363b997f948b5a174f01d2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 25 Jun 2005 07:49:22 +0000 Subject: [PATCH] * (bug 2503) remove redundant includes --- config/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/index.php b/config/index.php index 222aee4aab..b24ace8063 100644 --- a/config/index.php +++ b/config/index.php @@ -165,8 +165,6 @@ if( !is_writable( "." ) ) { require_once( "install-utils.inc" ); require_once( "maintenance/updaters.inc" ); -require_once( "maintenance/convertLinks.inc" ); -require_once( "maintenance/archives/moveCustomMessages.inc" ); class ConfigData { function getEncoded( $data ) { -- 2.20.1