X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/926b8d63a0be596b0c95cb55f01addae410af50c..11bfec0ff88b649a934556e8b4812d65715c7509:/user_add.php diff --git a/user_add.php b/user_add.php index 91286537..b235cbd1 100644 --- a/user_add.php +++ b/user_add.php @@ -34,11 +34,12 @@ import('form.Table'); import('form.TableColumn'); import('ttRoleHelper'); -// 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.