Skip to content

Commit d453c16

Browse files
Dominik Müllerrenky
authored andcommitted
Added possibility to add backup files to webspace quota (setting only)
1 parent bfae4c8 commit d453c16

26 files changed

+40
-1
lines changed

install/tpl/system.ini.master

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ webdavuser_prefix=[CLIENTNAME]
2323
dblist_phpmyadmin_link=y
2424
phpmyadmin_url=/phpmyadmin
2525
webftp_url=
26+
vhost_subdomains=n
27+
vhost_aliasdomains=n
2628
client_username_web_check_disabled=n
29+
backups_include_into_web_quota=n
2730
reseller_can_use_options=n
2831

32+
2933
[tools]
3034

3135
[domains]

interface/web/admin/form/system_config.tform.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@
166166
'default' => 'n',
167167
'value' => array(0 => 'n', 1 => 'y')
168168
),
169+
'backups_include_into_web_quota' => array (
170+
'datatype' => 'VARCHAR',
171+
'formtype' => 'CHECKBOX',
172+
'default' => 'n',
173+
'value' => array(0 => 'n', 1 => 'y')
174+
),
169175
'reseller_can_use_options' => array (
170176
'datatype' => 'VARCHAR',
171177
'formtype' => 'CHECKBOX',

interface/web/admin/lib/lang/ar_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $wb['use_combobox_txt'] = 'Use jQuery UI Combobox';
4848
$wb['use_loadindicator_txt'] = 'Use Load Indicator';
4949
$wb['f5_to_reload_js_txt'] = 'If you change this, you might have to press F5 to make the browser reload JavaScript libraries or empty your browser cache.';
5050
$wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.';
51+
$wb['backups_include_into_web_quota_txt'] = 'Include backup files into web quota.';
5152
$wb['mailbox_show_autoresponder_tab_txt'] = 'Show autoresponder tab in mail account details';
5253
$wb['mailbox_show_mail_filter_tab_txt'] = 'Show mail filter tab in mail account details';
5354
$wb['mailbox_show_custom_rules_tab_txt'] = 'Show custom mailfilter tab in mail account details';

interface/web/admin/lib/lang/bg_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $wb['use_combobox_txt'] = 'Use jQuery UI Combobox';
4848
$wb['use_loadindicator_txt'] = 'Use Load Indicator';
4949
$wb['f5_to_reload_js_txt'] = 'If you change this, you might have to press F5 to make the browser reload JavaScript libraries or empty your browser cache.';
5050
$wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.';
51+
$wb['backups_include_into_web_quota_txt'] = 'Include backup files into web quota.';
5152
$wb['mailbox_show_autoresponder_tab_txt'] = 'Show autoresponder tab in mail account details';
5253
$wb['mailbox_show_mail_filter_tab_txt'] = 'Show mail filter tab in mail account details';
5354
$wb['mailbox_show_custom_rules_tab_txt'] = 'Show custom mailfilter tab in mail account details';

interface/web/admin/lib/lang/br_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $wb['use_combobox_txt'] = 'Use jQuery UI Combobox';
4848
$wb['use_loadindicator_txt'] = 'Use Load Indicator';
4949
$wb['f5_to_reload_js_txt'] = 'If you change this, you might have to press F5 to make the browser reload JavaScript libraries or empty your browser cache.';
5050
$wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.';
51+
$wb['backups_include_into_web_quota_txt'] = 'Include backup files into web quota.';
5152
$wb['mailbox_show_autoresponder_tab_txt'] = 'Show autoresponder tab in mail account details';
5253
$wb['mailbox_show_mail_filter_tab_txt'] = 'Show mail filter tab in mail account details';
5354
$wb['mailbox_show_custom_rules_tab_txt'] = 'Show custom mailfilter tab in mail account details';

interface/web/admin/lib/lang/cz_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $wb['use_combobox_txt'] = 'Použití jQuery UI Combobox';
4848
$wb['use_loadindicator_txt'] = 'Použití indikátoru zatížení';
4949
$wb['f5_to_reload_js_txt'] = 'Pokud vypnete tuto volbu, zřejmě budete muset používat klávesu F5, aby internetový prohlížeč znovu načetl JavaScript knihovny nebo budete muset ručně vyprázdňovat mezipaměť (cache) vašeho internetového prohlížeče.';
5050
$wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.';
51+
$wb['backups_include_into_web_quota_txt'] = 'Include backup files into web quota.';
5152
$wb['mailbox_show_autoresponder_tab_txt'] = 'Show Autoresponder tab in Mailbox detail';
5253
$wb['mailbox_show_mail_filter_tab_txt'] = 'Show Mail Filter tab in Mailbox detail';
5354
$wb['mailbox_show_custom_rules_tab_txt'] = 'Show Custom Rules tab in Mailbox detail';

interface/web/admin/lib/lang/de_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $wb['use_loadindicator_txt'] = 'Laden Grafik anzeigen';
4848
$wb['f5_to_reload_js_txt'] = 'Wenn Sie den Wert ändern, müssen Sie F5 drücken, damit der Browser die JavaScript Bibliotheken neu lädt, oder Ihren Browser Cache leeren.';
4949
$wb['phpmyadmin_url_error_regex'] = 'Falsche phpMyAdmin URL';
5050
$wb['client_username_web_check_disabled_txt'] = 'Deaktiviere die Kunden Benutzernamen Überprüfung für den Begriff <b>web<b>.';
51+
$wb['backups_include_into_web_quota_txt'] = 'Backups in Web Quota hinzuzählen.';
5152
$wb['mailbox_show_autoresponder_tab_txt'] = 'Zeige Autoresponder Reiter in E-Mail Kontodetails';
5253
$wb['mailbox_show_mail_filter_tab_txt'] = 'Zeige E-Mail Filter Reiter in E-Mail Kontodetails';
5354
$wb['mailbox_show_custom_rules_tab_txt'] = 'Zeige Benutzerregel Reiter in E-Mail Kontodetails';

interface/web/admin/lib/lang/el_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $wb['use_combobox_txt'] = 'Χρήση jQuery UI Combobox';
4848
$wb['use_loadindicator_txt'] = 'Χρήση Load Indicator (ενδεικτή φόρτωσης)';
4949
$wb['f5_to_reload_js_txt'] = 'Αν το αλλάξετε, ίσως πρέπει να πατήσετε το F5 για να κάνετε τον φυλλομετρητη να ξαναφορτώσει τις βιβλιοθήκες JavaScript ή να αδείασετε την cache του φυλλομετρητή.';
5050
$wb['client_username_web_check_disabled_txt'] = 'Απενεργοποίηση ελέγχου στο όνομα χρήστη για την λέξη \'web\'.';
51+
$wb['backups_include_into_web_quota_txt'] = 'Include backup files into web quota.';
5152
$wb['mailbox_show_autoresponder_tab_txt'] = 'Εμφάνιση της καρτέλας Αυτόματης Απάντησης στις λεπτομέρειες του λογαριασμού mail';
5253
$wb['mailbox_show_mail_filter_tab_txt'] = 'Εμφάνιση της καρτέλας Φίλτρα mail στις λεπτομέρειες του λογαριασμού mail';
5354
$wb['mailbox_show_custom_rules_tab_txt'] = 'Εμφάνιση της καρτέλας Προσαρμοσμένοι Κανόνες στις λεπτομέρειες του λογαριασμού mail';

interface/web/admin/lib/lang/en_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ $wb['use_combobox_txt'] = 'Use jQuery UI Combobox';
5151
$wb['use_loadindicator_txt'] = 'Use Load Indicator';
5252
$wb['f5_to_reload_js_txt'] = 'If you change this, you might have to press F5 to make the browser reload JavaScript libraries or empty your browser cache.';
5353
$wb['client_username_web_check_disabled_txt'] = 'Disable client username check for the word \'web\'.';
54+
$wb['backups_include_into_web_quota_txt'] = 'Include backup files into web quota.';
5455
$wb['mailbox_show_autoresponder_tab_txt'] = 'Show autoresponder tab in mail account details';
5556
$wb['mailbox_show_mail_filter_tab_txt'] = 'Show mail filter tab in mail account details';
5657
$wb['mailbox_show_custom_rules_tab_txt'] = 'Show custom mailfilter tab in mail account details';

interface/web/admin/lib/lang/es_system_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ $wb['use_combobox_txt'] = 'Usar Combobox de jQuery UI';
4646
$wb['use_loadindicator_txt'] = 'Usar indicador de carga';
4747
$wb['f5_to_reload_js_txt'] = 'Si cambias esto, podrías tener que pulsar F5 para que tu navegador recargue las librerías JavaScript o vacíar la caché del navegador.';
4848
$wb['client_username_web_check_disabled_txt'] = "Desactivar comprobación de la palabra 'web' en el nombre de cliente.";
49+
$wb['backups_include_into_web_quota_txt'] = 'Include backup files into web quota.';
4950
$wb['mailbox_show_autoresponder_tab_txt'] = 'Mostrar pestaña autoresponder en los detalles de la cuenta de correo';
5051
$wb['mailbox_show_mail_filter_tab_txt'] = 'Mostrar pestaña filtro de correo en los detalles de la cuenta de correo';
5152
$wb['mailbox_show_custom_rules_tab_txt'] = 'Mostrar pestaña filtros personalizados en los detalles de la cuenta de correo';

0 commit comments

Comments
 (0)