MediaWiki  master
SpecialRandomredirect.php
Go to the documentation of this file.
00001 <?php
00030 class SpecialRandomredirect extends RandomPage {
00031         function __construct(){
00032                 parent::__construct( 'Randomredirect' );
00033                 $this->isRedir = true;
00034         }
00035 
00036 }