ok
Direktori : /home2/selectio/public_html/wedding-info-new/api/ |
Current File : //home2/selectio/public_html/wedding-info-new/api/logout.php |
<?php ob_start(); session_start(); include 'inc/config.php'; unset($_SESSION['user']); unset($_SESSION['preuser']); header("location: ../index.php"); ?>