#!/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) { echo "WARNING: Outdated PHPMyAdmin $version at $hostidentifier$location\n"; } } unset($results); } ?>