mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-10-22 20:34:29 -04:00
prep for move to heroku w/ composer info
This commit is contained in:
7
public/logout.php
Normal file
7
public/logout.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
include('config.php');
|
||||
session_start();
|
||||
setcookie('remembered', 'FALSE', 1);
|
||||
session_destroy();
|
||||
header("Location:" . $site_url . "/login");
|
||||
?>
|
Reference in New Issue
Block a user