mirror of
https://github.com/Bandit42/auth-site.git
synced 2026-01-16 23:04:23 -05:00
change password allows a user to set their own password, superadmin can change anyones password
9 lines
218 B
PHP
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>
|