From 370e83bb0dfd0c70de268c93bf07ad5ee0897192 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 15 Aug 2008 01:29:47 +0200 Subject: Update auf 1.13.0 --- redirect.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'redirect.php') diff --git a/redirect.php b/redirect.php index ad3400ef..626c30d3 100644 --- a/redirect.php +++ b/redirect.php @@ -2,12 +2,8 @@ require_once( './includes/WebStart.php' ); global $wgArticlePath; -require_once( 'includes/WebRequest.php' ); -$wgRequest = new WebRequest(); - $page = $wgRequest->getVal( 'wpDropdown' ); $url = str_replace( "$1", urlencode( $page ), $wgArticlePath ); header( "Location: {$url}" ); - -- cgit v1.2.3-54-g00ecf