Skip to content

Commit 568b4b1

Browse files
author
Florian Schaal
committed
display the documnet_root for a website
1 parent fe8aa64 commit 568b4b1

25 files changed

+34
-2
lines changed

interface/web/sites/lib/lang/ar_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,5 @@ $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid c
134134
$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
135135
$wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
136136
$wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
137+
$wb["document_root_txt"] = "Document Root";
137138
?>

interface/web/sites/lib/lang/bg_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid c
135135
$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
136136
$wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
137137
$wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
138+
$wb["document_root_txt"] = "Document Root";
138139
?>

interface/web/sites/lib/lang/br_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid c
135135
$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
136136
$wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
137137
$wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
138+
$wb["document_root_txt"] = "Document Root";
138139
?>

interface/web/sites/lib/lang/cz_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ $wb['backup_excludes_txt'] = 'Excluded Directories';
138138
$wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
139139
$wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
140140
$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
141+
$wb["document_root_txt"] = "Document Root";
141142
?>
142143

interface/web/sites/lib/lang/de_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,5 @@ $wb['enable_spdy_txt'] = 'Aktiviere SPDY';
140140
$wb['load_client_data_txt'] = 'Kundendaten übernehmen';
141141
$wb['load_my_data_txt'] = 'Meine Kontaktdaten laden';
142142
$wb['reset_client_data_txt'] = 'Daten verwerfen';
143+
$wb["document_root_txt"] = "Document Root";
143144
?>

interface/web/sites/lib/lang/el_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid c
135135
$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
136136
$wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
137137
$wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
138+
$wb["document_root_txt"] = "Document Root";
138139
?>

interface/web/sites/lib/lang/en_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,5 @@ $wb['enable_spdy_txt'] = 'Enable SPDY';
143143
$wb['load_client_data_txt'] = 'Load client details';
144144
$wb['load_my_data_txt'] = 'Load my contact details';
145145
$wb['reset_client_data_txt'] = 'Reset data';
146+
$wb["document_root_txt"] = "Document Root";
146147
?>

interface/web/sites/lib/lang/es_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,5 @@ $wb['backup_excludes_txt'] = 'Directorios excluídos';
133133
$wb['backup_excludes_note_txt'] = '(Separa múltiples directorios con comas. Ejemplo: web/cache/*,web/backup)';
134134
$wb['backup_excludes_error_regex'] = 'Los directorios excluídos contienen caracteres no válidos.';
135135
$wb['invalid_custom_php_ini_settings_txt'] = 'Configuración personalizada de php.ini no válida';
136+
$wb["document_root_txt"] = "Document Root";
136137
?>

interface/web/sites/lib/lang/fi_web_vhost_domain.lng

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,5 @@ $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid c
135135
$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
136136
$wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
137137
$wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
138+
$wb["document_root_txt"] = "Document Root";
138139
?>

interface/web/sites/lib/lang/fr_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid c
136136
$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings';
137137
$wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
138138
$wb['apache_directive_blocked_error'] = 'Apache directive blocked by security settings:';
139+
$wb["document_root_txt"] = "Document Root";
139140
?>

0 commit comments

Comments
 (0)