parent
2b6dc13780
commit
30d9047ebb
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
session_start();
|
||||||
|
session_destroy();
|
||||||
|
header("Location: index.php");
|
||||||
|
exit;
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Reference in new issue