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