/var/www/myprog.com.ua/cashcontrol/controllers
NameSizeModeActions
class.admin.php87280644editdlrm
class.api.php85650644editdlrm
class.docs.php14850644editdlrm
class.error.php4910644editdlrm
class.index.php102510644editdlrm
class.login.php37580644editdlrm
class.reference.php108990644editdlrm
Edit: /var/www/myprog.com.ua/cashcontrol/controllers/class.error.php (491B)
_msg=$msg; parent::__construct(); $this->view->title='Ошибка. '; } public function index (){ if($this->_msg!=''){ $this->view->msg =$this->_msg; }else{ $this->view->msg="Такой страницы нет." ; } $this->view->render('error/error'); } } ?>