| Current Path : /home/xbodynamge/namtation/reservation/ |
| Current File : /home/xbodynamge/namtation/reservation/logout.php |
<?php
include_once('./inc/init.inc.php');
include_once('./inc/secure.inc.php');
session_destroy();
header('Location: index.php');
?>