Skip to content

Commit

Permalink
* changed some notice when version check is failed
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Dec 13, 2017
1 parent 83dc5b7 commit cd366b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/pages/admin/version.php
Expand Up @@ -15,7 +15,8 @@
//$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;
}

Expand Down

0 comments on commit cd366b6

Please sign in to comment.