function execute($query)
 {
     ApprovedRevs::addCSS();
     $this->setHeaders();
     $rep = new SpecialApprovedFilesQueryPage($this->getRequest()->getVal('show'));
     return $rep->execute($query);
 }