Easy-HotSpot/logout.php
Siby P Varkey fd98e37a84 Initial Files Addition to Repository
All required files are added to the repository with the use of
development branch
2017-04-26 13:59:14 +05:30

7 lines
232 B
PHP

<?php
session_start();
session_unset();
session_destroy();
//echo '<script>window.open("backup.php", "_self").close(); top.close(); window.open("backup.php", "_self", ""); window.close();</script>';
header('location:index.php');
?>