From c5564a0a2ae183c533a38905eccdbf383030cd4c Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 7 Feb 2016 13:45:46 -0500 Subject: Modify Auth controller description This MVC will not be used to handle deauth (logout) anymore. To improve app flow, a separate one will be created for this purpose --- app/controller/auth.control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/controller/auth.control.php b/app/controller/auth.control.php index 6269c9c..f441310 100644 --- a/app/controller/auth.control.php +++ b/app/controller/auth.control.php @@ -4,7 +4,7 @@ require_once "class/controller.class.php"; require_once "model/auth.mod.php"; /* - * Auth is used to login, logout, or register new user accounts + * Auth is used to login or register new user accounts */ class Auth extends Controller { -- cgit v1.2.3