コード例 #1
0
ファイル: logout.php プロジェクト: naukri-engineering/NewMonk
<?php

require_once __DIR__ . '/../config/config.php';
$objAuthenticationManager = new AuthenticationManager(COOKIE_NAME, COOKIE_EXPIRE_TIME);
$objAuthenticationManager->clearAuthentication();
header('Location: ' . LOGIN_URL);