Exemple #1
0
	public function index(){
		if(Auth::isAdmin()){
			parent::index();
		}else{
			$this->frm(Auth::getUser()->getId());
		}		
	}