Newer
Older
Import / web / www.xiaofrog.com / wiki / redirect.php
@John Ryland John Ryland on 22 Dec 2020 289 bytes import NUC files
<?php
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}" );