X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=user_add.php;h=b235cbd17eb81817da85f686b63af2dfbd380319;hb=dfc50841cd4b60eb8f2172044d6dd08785fe3df4;hp=91286537d534e2191c7eb27d0df03c174272705b;hpb=fd0872d9e582113346fa1e93557f370286c5c9f2;p=timetracker.git 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.