Example #1
0
 public function indexAction()
 {
     //Zend_Loader::loadClass("Ht_Utils");
     $this->_helper->layout->disableLayout();
     $profile = Ht_Utils::getProfile();
     if ($profile) {
         self::$_dispatcher->notify(new sfEvent($this, 'authentication.log', array('message' => array(sprintf('User name `%s` goto denied page.', $profile->u_name . " " . $profile->u_lastname)), 'priority' => 4)));
     }
     //$this->_redirect('/admin/index/index');
 }