mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-09-15 04:35:34 -04:00
login security fix
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
include('config.php');
|
||||
session_start();
|
||||
setcookie('remembered', 'FALSE', 1);
|
||||
session_destroy();
|
||||
header("Location:" . $site_url . "/login");
|
||||
?>
|
Reference in New Issue
Block a user