, Ilmari Karonen */ /** * Special page to direct the user to a random redirect page (minus the second redirect) * * @ingroup SpecialPage */ class SpecialRandomredirect extends RandomPage { function __construct() { parent::__construct( 'Randomredirect' ); $this->isRedir = true; } }