Skip to content

Commit e38013f

Browse files
author
Till Brehm
committed
Changed ISPConfig update, newsfeed and version URL to https.
1 parent 6363e26 commit e38013f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

install/tpl/system.ini.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ new_domain_html=Please contact our support to create a new domain for you.
4343
company_name=
4444
custom_login_text=
4545
custom_login_link=
46-
dashboard_atom_url_admin=http://www.ispconfig.org/atom
47-
dashboard_atom_url_reseller=http://www.ispconfig.org/atom
48-
dashboard_atom_url_client=http://www.ispconfig.org/atom
46+
dashboard_atom_url_admin=https://www.ispconfig.org/atom
47+
dashboard_atom_url_reseller=https://www.ispconfig.org/atom
48+
dashboard_atom_url_client=https://www.ispconfig.org/atom
4949
monitor_key=
5050
tab_change_discard=n
5151
tab_change_warning=n

interface/web/dashboard/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
*/
122122
if($_SESSION["s"]["user"]["typ"] == 'admin') {
123123
if(!isset($_SESSION['s']['new_ispconfig_version'])) {
124-
$new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt');
124+
$new_version = @file_get_contents('https://www.ispconfig.org/downloads/ispconfig3_version.txt');
125125
$_SESSION['s']['new_ispconfig_version'] = trim($new_version);
126126
}
127127
$v1 = ISPC_APP_VERSION;

server/scripts/update_stable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ then
3131
exit 1
3232
}
3333

34-
wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
34+
wget https://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
3535
if [ -f ISPConfig-3-stable.tar.gz ]
3636
then
3737
tar xvfz ISPConfig-3-stable.tar.gz

0 commit comments

Comments
 (0)