Pasting lines typo in r80025
[lhc/web/wiklou.git] / redirect.phtml
index bad253d..3e430bf 100644 (file)
@@ -1,6 +1,3 @@
-<?
-include_once( "./LocalSettings.php" );
-global $wpDropdown, $wgArticlePath;
-$url = str_replace( "$1", $wpDropdown, $wgArticlePath );
-header( "Location: {$url}" );
-?>
+<?php
+// stub file for compatibility with older versions
+include_once('./redirect.php');