#!/usr/bin/php -q phpMyAdmin\-([0-9\.]+)\-all\-languages\.tar\.gzset\('PMA_VERSION', '([0-9\.a-z]+)'\);/", $parts[1], $matches)) { $version = $matches[1]; if($version < $pma_current) { verbose("WARNING: Outdated PHPMyAdmin $version at $hostidentifier$location", 0); } else { verbose("Recent PHPMyAdmin $version at $hostidentifier$location", 2); } } } unset($results); } ?>