mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-04-26 19:18:28 -04:00
6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
include('config.php');
|
|
session_start();
|
|
session_destroy();
|
|
header("Location:" . $site_url . "/login");
|
|
?>
|