, Ilmari Karonen * @license GNU General Public Licence 2.0 or later */ class SpecialRandomredirect extends RandomPage { function __construct(){ parent::__construct( 'Randomredirect' ); $this->isRedir = true; } }