From b9d2f1004b40168e4e6211e7a8cb76e02e67e305 Mon Sep 17 00:00:00 2001 From: q-- Date: Wed, 1 Oct 2014 14:07:10 +0200 Subject: [PATCH] Improved phpMyAdmin detection (detect stylesheet) --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index 6bbe305e5..0fbb4f10a 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2456,7 +2456,7 @@ "phpMyAdmin": { "website": "www.phpmyadmin.net", "cats": [ 3 ], - "html": "(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\()\\;version:\\1", + "html": "(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\(|]*href=\"[^\"]*phpmyadmin\\.css\\.php)\\;version:\\1", "env": "^pma_absolute_uri$", "implies": [ "PHP", "MySQL" ] },