aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Logout.php')
-rw-r--r--Zotlabs/Module/Logout.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/Zotlabs/Module/Logout.php b/Zotlabs/Module/Logout.php
new file mode 100644
index 000000000..6aa11d110
--- /dev/null
+++ b/Zotlabs/Module/Logout.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Zotlabs\Module;
+
+class Logout extends \Zotlabs\Web\Controller {
+
+ function init() {
+ \App::$session->nuke();
+ goaway(z_root());
+
+ }
+} \ No newline at end of file