diff options
Diffstat (limited to 'classes/constants.php')
-rw-r--r-- | classes/constants.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/constants.php b/classes/constants.php index e5630de..ef34668 100644 --- a/classes/constants.php +++ b/classes/constants.php @@ -69,6 +69,9 @@ class constants { /** @const fa_valuta see http://fontawesome.io/icons/#currency; the fa- postfix for valuta */ const fa_valuta = 'eur'; + /** @const user_admins The user ids that have administrator rights (creating and deleting users) */ + const user_admins = [1]; + /** * @const password_algo Algorithm for the password_hash function. * @const password_cost Cost for the password_hash function. Run install?password_cost to benchmark your system |