MediaWiki
1.34.0
SpecialRandomredirect.php
Go to the documentation of this file.
1
<?php
30
class
SpecialRandomredirect
extends
RandomPage
{
31
function
__construct
() {
32
parent::__construct(
'Randomredirect'
);
33
$this->isRedir =
true
;
34
}
35
}
SpecialRandomredirect
Special page to direct the user to a random redirect page (minus the second redirect)
Definition:
SpecialRandomredirect.php:30
SpecialRandomredirect\__construct
__construct()
Definition:
SpecialRandomredirect.php:31
RandomPage
Special page to direct the user to a random page.
Definition:
SpecialRandompage.php:32
includes
specials
SpecialRandomredirect.php
Generated on Thu Dec 19 2019 14:55:00 for MediaWiki by
1.8.16