maidendrop/logout.php
2020-06-29 14:12:54 +05:30

7 lines
78 B
PHP

<?php
session_start();
session_destroy();
header("location:index.php");
?>