moar css & now with logout
This commit is contained in:
16
logout.php
Normal file
16
logout.php
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Logout</title>
|
||||
<meta http-equiv="refresh" content="3; URL=login.php">
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
|
||||
echo "Logout. Session is now destroyed. Now lets go to the login page.";
|
||||
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user