X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=blobdiff_plain;f=redirect.php;h=699926ec30c39d332d401d150b7a211f6ee44230;hb=690268cef0cbbf5d4a0e8045faa7dbc5e3a5576c;hp=11d3c1023628b5f8560e1fa0068e07d020474d3b;hpb=1dea93f758375b209c402d01543a10f75d597f30;p=lhc%2Fweb%2Fwiklou.git diff --git a/redirect.php b/redirect.php index 11d3c10236..699926ec30 100644 --- a/redirect.php +++ b/redirect.php @@ -1,6 +1,17 @@ getVal( 'wpDropdown' ); + +$url = str_replace( "$1", urlencode( $page ), $wgArticlePath ); + header( "Location: {$url}" ); -?>