示例#1
0
 public function auth()
 {
     Auth::getInstance('dev')->demand(isset($_GET['logout']), '/');
     App::redirect('/');
 }