Skip to content

Commit bdc7504

Browse files
author
thom
committed
Resolve merge conflict
2 parents 039e79b + 23ac700 commit bdc7504

File tree

111 files changed

+372
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+372
-182
lines changed

install/lib/installer_base.lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,9 +2841,9 @@ public function make_ispconfig_ssl_cert() {
28412841

28422842
// If this is a webserver
28432843
if($conf['nginx']['installed'] == true)
2844-
exec("$le_client $certonly $acme_version --nginx --email postmaster@$hostname $renew_hook");
2844+
exec("$le_client $certonly $acme_version --nginx --email postmaster@$hostname -d $hostname $renew_hook");
28452845
elseif($conf['apache']['installed'] == true)
2846-
exec("$le_client $certonly $acme_version --apache --email postmaster@$hostname $renew_hook");
2846+
exec("$le_client $certonly $acme_version --apache --email postmaster@$hostname -d $hostname $renew_hook");
28472847
// Else, it is not webserver, so we use standalone
28482848
else
28492849
exec("$le_client $certonly $acme_version --standalone --email postmaster@$hostname -d $hostname $hook");

install/tpl/apache_ispconfig.conf.master

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
################################################
2+
# ISPConfig General Apache Options
3+
################################################
4+
ServerTokens ProductOnly
5+
ServerSignature Off
16

27
################################################
38
# ISPConfig Logfile configuration for vlogger

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
$wb['server_config'] = 'Server Config';
3+
$wb['config_for_txt'] = 'Configuration for';
34
$wb['server_config_error_not_updated'] = 'Error in Server Config: not updated';
45
$wb['server_config_error_section_not_updated'] = 'Error in Server Config: %s section not updated';
56
$wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $wb['username_txt'] = 'Username';
44
$wb['username_err'] = 'The username is too long or contains invalid characters.';
55
$wb['username_empty'] = 'The username is empty.';
66
$wb['username_unique'] = 'There is already a user with this username.';
7-
$wb['passwort_txt'] = 'Password';
7+
$wb['password_txt'] = 'Password';
88
$wb['password_strength_txt'] = 'Password strength';
99
$wb['modules_txt'] = 'Module';
1010
$wb['startmodule_txt'] = 'Startmodule';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ $wb['username_txt'] = 'Username';
44
$wb['client_id_txt'] = 'Client ID';
55
$wb['active_txt'] = 'Active';
66
$wb['add_new_record_txt'] = 'Add new user';
7-
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
7+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing users or groups here may cause data loss!';
88
$wb['groups_txt'] = 'Groups';
99
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
$wb['server_config'] = 'Server Config';
3+
$wb['config_for_txt'] = 'Configuration for';
34
$wb['server_config_error_not_updated'] = 'Error in Server Config: not updated';
45
$wb['server_config_error_section_not_updated'] = 'Error in Server Config: %s section not updated';
56
$wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $wb['username_txt'] = 'Потребителско име';
44
$wb['username_err'] = 'Потребителското име е твърде дълго или съдържа непозволени символи.';
55
$wb['username_empty'] = 'Полето с потребителското име е празно.';
66
$wb['username_unique'] = 'Вече съществува потребител с това потребителско име.';
7-
$wb['passwort_txt'] = 'Парола';
7+
$wb['password_txt'] = 'Парола';
88
$wb['password_strength_txt'] = 'Сила на паролата';
99
$wb['modules_txt'] = 'Модул';
1010
$wb['startmodule_txt'] = 'Старт модул';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
$wb['server_config'] = 'Server Config';
3+
$wb['config_for_txt'] = 'Configuration for';
34
$wb['server_config_error_not_updated'] = 'Error in Server Config: not updated';
45
$wb['server_config_error_section_not_updated'] = 'Error in Server Config: %s section not updated';
56
$wb['ufw_enable_txt'] = 'Habilitar';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $wb['username_txt'] = 'Usuário';
44
$wb['username_err'] = 'O nome do usuário é muito longo ou contém caracteres inválidos.';
55
$wb['username_empty'] = 'O nome do usuário está em branco.';
66
$wb['username_unique'] = 'Já existe um usuário com este nome.';
7-
$wb['passwort_txt'] = 'Senha';
7+
$wb['password_txt'] = 'Senha';
88
$wb['password_strength_txt'] = 'Dificuldade da senha';
99
$wb['modules_txt'] = 'Módulo';
1010
$wb['startmodule_txt'] = 'Módulo inicial';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
$wb['server_config'] = 'Server Config';
3+
$wb['config_for_txt'] = 'Configuration for';
34
$wb['server_config_error_not_updated'] = 'Error in Server Config: not updated';
45
$wb['server_config_error_section_not_updated'] = 'Error in Server Config: %s section not updated';
56
$wb['ufw_enable_txt'] = 'Enable';

0 commit comments

Comments
 (0)