wiki.techinc.nl/redirect.phtml
Lee Daniel Crocker d82c14fb4f Initial revision
2003-04-14 23:10:40 +00:00

6 lines
168 B
PHTML

<?
include_once( "./LocalSettings.php" );
global $wpDropdown, $wgArticlePath;
$url = str_replace( "$1", $wpDropdown, $wgArticlePath );
header( "Location: {$url}" );
?>