X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a575a9147976a06263d8a7eae006d6ba3372446e..6380ce5acad1e2911e44db3d339183646e3963ac:/profile_edit.php diff --git a/profile_edit.php b/profile_edit.php index 9c27ab41..2fed4f6b 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -31,11 +31,12 @@ import('form.Form'); import('ttUserHelper'); import('ttRoleHelper'); -// Access check. +// Access checks. if (!ttAccessAllowed('manage_own_settings')) { header('Location: access_denied.php'); exit(); } +// End of access checks. if (!defined('CURRENCY_DEFAULT')) define('CURRENCY_DEFAULT', '$'); $can_change_login = $user->canManageTeam();