Fixed logout error where it would try to redirect to wrong file
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
session_start();
|
session_start();
|
||||||
session_destroy();
|
session_destroy();
|
||||||
header("Location: login.html");
|
header("Location: ../login.html");
|
||||||
exit;
|
exit;
|
||||||
?>
|
?>
|
||||||
@@ -1 +1,5 @@
|
|||||||
[]
|
[
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user