Skip to content

Commit 53fddf2

Browse files
author
Till Brehm
committed
Merge branch 'htts-if-available' into 'develop'
Use https instead of http (if available) See merge request ispconfig/ispconfig3!1177
2 parents ef3096b + caf8845 commit 53fddf2

File tree

393 files changed

+445
-446
lines changed

Some content is hidden

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

393 files changed

+445
-446
lines changed

TODO.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1+
Please see our GitLab issues for feature requests and bug reports.
12

2-
Please see issue tracker for feature requests and bug reports.
3-
4-
http://git.ispconfig.org/ispconfig/ispconfig3/issues
3+
https://git.ispconfig.org/ispconfig/ispconfig3/issues

docs/INSTALL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
The installation instructions for ISPConfig can be found here:
33

4-
http://www.ispconfig.org/page/en/documentation.html
4+
https://www.ispconfig.org/page/en/documentation.html
55

66

docs/under_development/DEV_CHROOTED_DEBIAN_5.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ echo "ChrootDir /var/www" > /etc/apache2/conf.d/mod_chroot.conf
9696
# Install ISPConfig
9797

9898
cd /tmp
99-
wget http://www.ispconfig.org/downloads/ISPConfig-3.0.1.4-beta-2.tar.gz
99+
wget https://www.ispconfig.org/downloads/ISPConfig-3.0.1.4-beta-2.tar.gz
100100
tar xvfz ISPConfig-3.0.1.4-beta-2.tar.gz
101101
cd ispconfig3_install/install/
102102
php -q install.php

install/tpl/config.inc.php.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ define('CLASSES_ROOT',INCLUDE_ROOT.FS_DIV.'classes');
117117
//** Server
118118
$conf['app_title'] = ISPC_APP_TITLE;
119119
$conf['app_version'] = ISPC_APP_VERSION;
120-
$conf['app_link'] = 'http://www.ispconfig.org/';
120+
$conf['app_link'] = 'https://www.ispconfig.org/';
121121
$conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help';
122122
$conf['server_id'] = '{server_id}';
123123
$conf['init_scripts'] = '/etc/init.d';

interface/lib/classes/tools_monitor.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ function showFail2ban() {
490490
if ($data == '') {
491491
$html .= '<p>'.
492492
'fail2ban is not installed on this server.<br />' .
493-
'See more (for debian) <a href="http://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'.
493+
'See more (for debian) <a href="https://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'.
494494
'</p>';
495495
}
496496
else {

interface/lib/config.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
//** Server
106106
$conf['app_title'] = ISPC_APP_TITLE;
107107
$conf['app_version'] = ISPC_APP_VERSION;
108-
$conf['app_link'] = 'http://www.howtoforge.com/forums/showthread.php?t=26988';
108+
$conf['app_link'] = 'https://www.howtoforge.com/forums/showthread.php?t=26988';
109109
$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help';
110110
$conf['server_id'] = '1';
111111

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
1 => array( 'event' => 'SAVE',
569569
'type' => 'STRIPNL')
570570
),
571-
'default' => 'http://www.ispconfig.org/atom',
571+
'default' => 'https://www.ispconfig.org/atom',
572572
'value' => ''
573573
),
574574
'dashboard_atom_url_reseller' => array (
@@ -580,7 +580,7 @@
580580
1 => array( 'event' => 'SAVE',
581581
'type' => 'STRIPNL')
582582
),
583-
'default' => 'http://www.ispconfig.org/atom',
583+
'default' => 'https://www.ispconfig.org/atom',
584584
'value' => ''
585585
),
586586
'dashboard_atom_url_client' => array (
@@ -592,7 +592,7 @@
592592
1 => array( 'event' => 'SAVE',
593593
'type' => 'STRIPNL')
594594
),
595-
'default' => 'http://www.ispconfig.org/atom',
595+
'default' => 'https://www.ispconfig.org/atom',
596596
'value' => ''
597597
),
598598
'tab_change_discard' => array (

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$wb['list_head_txt'] = 'Add new language';
33
$wb['language_select_txt'] = 'Select language basis';
44
$wb['language_new_txt'] = 'New language';
5-
$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
5+
$wb['language_new_hint_txt'] = '2 characters ISO 639-1 language-code (See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
66
$wb['btn_save_txt'] = 'Create new language file set';
77
$wb['btn_cancel_txt'] = 'Back';
88
?>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your select
88
$wb['action_scheduled'] = 'The action is scheduled for execution';
99
$wb['select_all_server'] = 'All server';
1010
$wb['ispconfig_update_title'] = 'ISPConfig update instructions';
11-
$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>';
11+
$wb['ispconfig_update_text'] = 'Login as root user on the shell of your server and execute the command<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />to start the ISPConfig update.<br /><br /><a href=https://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/ target=_blank>Click here for detailed update instructions</a>';
1212
?>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ $wb['language_select_txt'] = 'Изберете изходен език';
44
$wb['language_new_txt'] = 'Нов език';
55
$wb['btn_save_txt'] = 'Създаване на файловете за новия език';
66
$wb['btn_cancel_txt'] = 'Отказ';
7-
$wb['language_new_hint_txt'] = '2 знака ISO 639-1 език, код (Виж http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
7+
$wb['language_new_hint_txt'] = '2 знака ISO 639-1 език, код (Виж https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)';
88
?>

0 commit comments

Comments
 (0)