summaryrefslogtreecommitdiff
path: root/signout.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-25 17:43:37 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-25 17:43:37 -0600
commit2d5cf9448edb1eb6785c1532ccb031b0ba0d1ef0 (patch)
tree2bf099704c5665f66c0bd2a18b7c4599ec397ffa /signout.php
parent08561be92bbfafe149b758634f3df4d00ee310de (diff)
Remove old signout_inc.php file
Diffstat (limited to 'signout.php')
-rw-r--r--signout.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/signout.php b/signout.php
new file mode 100644
index 0000000..035877b
--- /dev/null
+++ b/signout.php
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Sign out - cflip.net forums</title>
+ <link rel="stylesheet" href="styles/style.css">
+</head>
+<body>
+<?php
+include_once './includes/Session.php';
+Session::get()->sign_out();
+
+include_once './includes/templates/header.php';
+echo '<p class="success">You have now been signed out</p>';
+?>
+</body>
+</html> \ No newline at end of file