* changed some notice when version check is failed

This commit is contained in:
slawkens1 2017-12-13 19:06:50 +01:00
parent 83dc5b7650
commit cd366b6087

View File

@ -15,7 +15,8 @@ $title = 'Version check';
//$myaac_version = fgets($file);
$myaac_version = @file_get_contents('http://my-aac.org/VERSION');
if(!$myaac_version) {
warning('Error while fetching version info from http://my-aac.org. Site might be offline.');
warning('Error while fetching version info from http://my-aac.org<br/>
Please try again later.');
return;
}