Files
auth-site/html/logout.php
Elour 88abab5b3a add login, logout, and change password pages
change password allows a user to set their own password, superadmin can change anyones password
2020-04-05 14:25:14 -07:00

9 lines
218 B
PHP

<?php
session_start();
session_destroy();
header("Location: index.php");
?>
<html><head>
<meta name = "viewport" content = "width = device-width">
<meta name = "viewport" content = "initial-scale = 1.0">
</head></html>