Pass the -a option to diff in case there are tests with
[lhc/web/wiklou.git] / redirect.phtml
index bad253d..b739e0e 100644 (file)
@@ -1,6 +1,4 @@
-<?
-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");
+?>
\ No newline at end of file