X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/926b8d63a0be596b0c95cb55f01addae410af50c..11bfec0ff88b649a934556e8b4812d65715c7509:/mobile/user_add.php diff --git a/mobile/user_add.php b/mobile/user_add.php index 838981de..53b9842f 100644 --- a/mobile/user_add.php +++ b/mobile/user_add.php @@ -33,11 +33,12 @@ import('ttUserHelper'); import('form.Table'); import('form.TableColumn'); -// Access check. +// Access checks. if (!ttAccessAllowed('manage_users')) { header('Location: access_denied.php'); exit(); } +// End of access checks. // Use the "limit" plugin if we have one. Ignore include errors. // The "limit" plugin is not required for normal operation of the Time Tracker.