From 645bfafc1221b9266076d674f9515eef059471b4 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 5 Mar 2016 17:40:43 -0500 Subject: Add Deauth model Deauth is the MVC used to de-authenticate a session -- logout. This MVC will have no views. --- app/model/deauth.mod.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/model/deauth.mod.php (limited to 'app') diff --git a/app/model/deauth.mod.php b/app/model/deauth.mod.php new file mode 100644 index 0000000..d3eb7c1 --- /dev/null +++ b/app/model/deauth.mod.php @@ -0,0 +1,17 @@ +setCurrentUser(); + $this->redirectTo($this->ar() . "/"); + } +} + +?> -- cgit v1.2.3