* OracleInstaller now also supports installation with (requested by Tim):
[lhc/web/wiklou.git] / redirect.phtml
index 11d3c10..3e430bf 100644 (file)
@@ -1,6 +1,3 @@
 <?php
-include_once( "./LocalSettings.php" );
-global $wpDropdown, $wgArticlePath;
-$url = str_replace( "$1", $wpDropdown, $wgArticlePath );
-header( "Location: {$url}" );
-?>
+// stub file for compatibility with older versions
+include_once('./redirect.php');