X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fuser_add.php;fp=mobile%2Fuser_add.php;h=53b9842fabd31693a6f6c70186fede0ef9e9d346;hb=11bfec0ff88b649a934556e8b4812d65715c7509;hp=838981de4786c0f838be225d313f824c77c10810;hpb=926b8d63a0be596b0c95cb55f01addae410af50c;p=timetracker.git 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.