implemented notify.patch from issue #26

thanks to Wim for contributing
This commit is contained in:
florian
2014-01-04 14:01:54 +00:00
parent 1cf0e0b373
commit 60644ea2bc
8 changed files with 43 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ function checkHost($host, $mg_current) {
if( !array_key_exists($version_major, $mg_current) || $version < $mg_current[$version_major] ) {
verbose("WARNING: Outdated Menalto Gallery $version at $hostidentifier$location", 0);
notifyScript("Menalto Gallery", $mg_current, $version, "$hostidentifier$location");
}else {
verbose("Recent Menalto Gallery $version at $hostidentifier$location", 2);
}