summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controller/auth.control.php2
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
{