Skip to content

Commit d1a6599

Browse files
committed
1 parent 6abbf2e commit d1a6599

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','svn'), '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('http://www.ispconfig.org/downloads/ispconfig3_version.txt') or die('Unable to retrieve version file.');
9595
$new_version = trim($new_version);
9696
if($new_version != ISPC_APP_VERSION) {
9797
exec('/usr/local/ispconfig/server/scripts/update_from_tgz.sh');

0 commit comments

Comments
 (0)