コード例 #1
0
ファイル: AuthHelper.php プロジェクト: rodph15/Odin-Framework
 public static function logout()
 {
     SessionHelper::deleteSession("valid");
 }