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