another redirect fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: login.html');
|
||||
header('Location: /');
|
||||
exit();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user