00001 <?php 00002 00010 class SpecialRandomredirect extends RandomPage { 00011 function __construct(){ 00012 parent::__construct( 'Randomredirect' ); 00013 $this->isRedir = true; 00014 } 00015 00016 }