diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-02 19:17:57 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-02 19:38:43 +0200 |
commit | ac828b735b9b4b0c969d59c60dcb17034202063f (patch) | |
tree | 6aaa5b69f1ec7136208335eb20f725442be7a2e3 /installer/config.php | |
parent | 4765b261f8c9ffbe89dd62d5e34f085eb2b0881d (diff) |
Support identities_level=4 in Installer
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/config.php b/installer/config.php index 043c273b8..a1f76d860 100644 --- a/installer/config.php +++ b/installer/config.php @@ -175,6 +175,7 @@ $input_ilevel->add('many identities with possibility to edit all params', 0); $input_ilevel->add('many identities with possibility to edit all params but not email address', 1); $input_ilevel->add('one identity with possibility to edit all params', 2); $input_ilevel->add('one identity with possibility to edit all params but not email address', 3); +$input_ilevel->add('one identity with possibility to edit only signature', 4); echo $input_ilevel->show($RCI->getprop('identities_level'), 0); ?> |