summaryrefslogtreecommitdiff
path: root/signout.php
diff options
context:
space:
mode:
Diffstat (limited to 'signout.php')
-rwxr-xr-x[-rw-r--r--]signout.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/signout.php b/signout.php
index bbaa47a..581617f 100644..100755
--- a/signout.php
+++ b/signout.php
@@ -1,16 +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>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Sign out - cflip.net forums</title>
+<?php include_once 'includes/templates/head.php'; ?>
+</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>