diff --git a/share/apps.json b/share/apps.json index d9688c6ee..86f2fe75c 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2413,8 +2413,8 @@ "phpMyAdmin": { "website": "www.phpmyadmin.net", "cats": [ 3 ], - "html": "(?:PMA_sendHeaderLocation\\(|phpMyAdmin)", - "env": "pma_absolute_uri", + "html": "(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\()\\;version:\\1", + "env": "^pma_absolute_uri$", "implies": [ "PHP", "MySQL" ] }, "PHP-Nuke": {