X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8492dc052ad85039e0bbe11c7c3e1b8554907f64..6b81cfb401a9ca7fa3e963c5e71ff3f5a0c1b01a:/mobile/login.php diff --git a/mobile/login.php b/mobile/login.php index 243aa578..59fc6000 100644 --- a/mobile/login.php +++ b/mobile/login.php @@ -52,7 +52,7 @@ if ($request->isPost()) { if ($err->no()) { // Use the "limit" plugin if we have one. Ignore include errors. - // The "limit" plugin is not required for normal operation of the Time Tracker. + // The "limit" plugin is not required for normal operation of Time Tracker. @include('../plugins/limit/access_check.php'); if ($auth->doLogin($cl_login, $cl_password)) {