GIF89a php
Current File : /home/viralhoga/public_html/logout.php
<?php
session_start();
unset($_SESSION['reg_id']);
unset($_SESSION['name']);
echo "<script>window.location='index.php'</script>";
exit();
?>