1 2 3 4
<?phprequire_once( __DIR__ . '/inc/configure.php');$controller = new SigninController();$controller->logout();