]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/logout.php
Initial revision
[citadel.git] / ctdlphp / logout.php
diff --git a/ctdlphp/logout.php b/ctdlphp/logout.php
new file mode 100644 (file)
index 0000000..14a2c68
--- /dev/null
@@ -0,0 +1,20 @@
+<?PHP
+       include "ctdlheader.php";
+
+       bbs_page_header();
+
+       echo <<<LITERAL
+
+<h1>Goodbye</h1>
+
+You are being logged out.
+
+<a href="index.php">Log in again</a><BR>
+
+LITERAL;
+
+       ctdl_end_session();
+       bbs_page_footer();
+
+?>
+