Skip to content

Commit 9d1d862

Browse files
author
Till Brehm
committed
Changed version file download URL in ispconfig_update.php to https.
1 parent 2fc824f commit 9d1d862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/scripts/ispconfig_update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function simple_query($query, $answers, $default)
9191
$method = simple_query('Select update method', array('stable', 'git-stable', 'git-master'), 'stable');
9292

9393
if($method == 'stable') {
94-
$new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt') or die('Unable to retrieve version file.');
94+
$new_version = @file_get_contents('https://www.ispconfig.org/downloads/ispconfig3_version.txt') or die('Unable to retrieve version file.');
9595
$new_version = trim($new_version);
9696
if(version_compare($new_version, ISPC_APP_VERSION, '>')) {
9797
passthru('/usr/local/ispconfig/server/scripts/update_stable.sh');

0 commit comments

Comments
 (0)