Fix ritorno alla home in login e logout
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("Location: home.php");
|
||||
header("Location: index.php");
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user