Beispiel #1
0
 public function __construct()
 {
     $this->_header = 'Failed Login Attempts';
     $this->_modelName = 'attempt';
     parent::__construct();
 }
Beispiel #2
0
 public function __construct()
 {
     $this->_header = 'System Errors';
     $this->_modelName = 'error';
     parent::__construct();
 }
Beispiel #3
0
 public function __construct()
 {
     $this->_header = 'Not Found Pages';
     $this->_modelName = 'log';
     parent::__construct();
 }