diff options
Diffstat (limited to 'redirect.php')
-rw-r--r-- | redirect.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/redirect.php b/redirect.php index 626c30d3..699926ec 100644 --- a/redirect.php +++ b/redirect.php @@ -1,4 +1,12 @@ <?php + +/** + * Script that redirects to the article passed in the "wpDropdown" parameter. + * This is used by the nostalgia skin for the special pages drop-down + * + * @file + */ + require_once( './includes/WebStart.php' ); global $wgArticlePath; |