Aleksander Machniak
2014-05-02 5309364e27358cf2ad64ed69591945113331c717
Support identities_level=4 in Installer
1 files modified
1 ■■■■ changed files
installer/config.php 1 ●●●● patch | view | raw | blame | history
installer/config.php
@@ -175,6 +175,7 @@
$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);
?>