diff options
Diffstat (limited to 'html/app/config')
| -rw-r--r-- | html/app/config/app_constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/app/config/app_constants.php b/html/app/config/app_constants.php index 3dac5ec..c3b142f 100644 --- a/html/app/config/app_constants.php +++ b/html/app/config/app_constants.php @@ -19,7 +19,7 @@ define('DEFAULT_PRIVILEGES', [ // (user-)access types define('TRACK_LOGIN', 1); // login / logout -define('TRACK_ACCOUNT', 2); // create user / activate account +define('TRACK_ACCOUNT', 2); // create user / activate account / modidy profile define('TRACK_PAYMENTS', 3); // order / payment / refund etc... // access type strings |
