X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=redirect.php;h=626c30d3bccffdc211aabc0e9db93df03aa486c2;hb=a4b89293d6d3ff78c71d45c648ecf7fb81d84cb8;hp=11d3c1023628b5f8560e1fa0068e07d020474d3b;hpb=1dea93f758375b209c402d01543a10f75d597f30;p=lhc%2Fweb%2Fwiklou.git diff --git a/redirect.php b/redirect.php index 11d3c10236..626c30d3bc 100644 --- a/redirect.php +++ b/redirect.php @@ -1,6 +1,9 @@ getVal( 'wpDropdown' ); + +$url = str_replace( "$1", urlencode( $page ), $wgArticlePath ); + header( "Location: {$url}" ); -?>