diff --git a/docs/logout.php b/docs/logout.php
new file mode 100644
index 0000000..6799692
--- /dev/null
+++ b/docs/logout.php
@@ -0,0 +1,13 @@
+ $value )
+ {
+ setcookie( $key, FALSE );
+ }
+ header("Location: /");
+ die();
+ }
+ page_footer();
+?>
\ No newline at end of file
diff --git a/libs/page.php b/libs/page.php
index c97975e..890ab3c 100644
--- a/libs/page.php
+++ b/libs/page.php
@@ -17,6 +17,7 @@
+