mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added a piler daemon reload button to the policy pages. Thx for Jack Zielke for the idea
This commit is contained in:
@ -17,6 +17,8 @@ $_['text_advanced'] = "Advanced";
|
||||
$_['text_advanced_search'] = "Advanced search";
|
||||
$_['text_all'] = "all";
|
||||
$_['text_any'] = "any";
|
||||
$_['text_applied'] = "Applied";
|
||||
$_['text_apply_changes'] = "Apply changes";
|
||||
$_['text_archive_size'] = "Archive size";
|
||||
$_['text_archived_messages'] = "Archived messages";
|
||||
$_['text_archiving_rules'] = "Archiving rules";
|
||||
@ -138,6 +140,7 @@ $_['text_import'] = "Import";
|
||||
$_['text_import_users'] = "Import users";
|
||||
$_['text_import_users_from_LDAP'] = "Import users from LDAP";
|
||||
$_['text_inbound'] = "inbound";
|
||||
$_['text_install_sudo_apply'] = "Add the following to /etc/sudoers: 'www-data ALL=NOPASSWD: /etc/init.d/rc.piler reload'";
|
||||
$_['text_internal'] = "internal";
|
||||
$_['text_invalid_data'] = "Invalid data";
|
||||
$_['text_invalid_email'] = "Invalid email";
|
||||
|
Reference in New Issue
Block a user