예제 #1
0
 /**
  * beforeFilter
  *
  * @return void
  * @access public
  */
 public function beforeFilter()
 {
     parent::beforeFilter();
     $this->Security->unlockedActions[] = 'admin_toggle';
 }