diff options
author | Malf Furious <m@lfurio.us> | 2016-02-07 13:45:46 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-02-07 13:45:46 -0500 |
commit | c5564a0a2ae183c533a38905eccdbf383030cd4c (patch) | |
tree | d5e76f4894d3822f1923464c641c63fa283bdd2b /app | |
parent | 0b6f4ab1814c097ac30e293e91ecbf446fecaf48 (diff) | |
download | scrott-c5564a0a2ae183c533a38905eccdbf383030cd4c.tar.gz scrott-c5564a0a2ae183c533a38905eccdbf383030cd4c.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/controller/auth.control.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |