예제 #1
0
 public function stepscan()
 {
     if (!$this->checkACL('admintools.security')) {
         JError::raiseError('403', JText::_('JLIB_APPLICATION_ERROR_ACCESS_FORBIDDEN'));
     }
     $this->input->set('layout', 'scan');
     $this->getThisView()->retarray = $this->getThisModel()->stepScan();
     $this->getThisView()->setLayout('scan');
     $this->layout = 'scan';
     parent::display(false);
 }
예제 #2
0
파일: checkfile.php 프로젝트: esorone/efcpw
 public function show()
 {
     parent::display(false);
 }
예제 #3
0
 public function main($cachable = false, $urlparams = false)
 {
     parent::display($cachable, $urlparams);
 }
예제 #4
0
 /**
  * Informs the user that all is done
  */
 public function done()
 {
     if (!$this->_checkPermissions()) {
         parent::redirect();
         return true;
     }
     parent::display();
 }