Match phpMyAdmin versions

main
Christopher Schmidt 5 years ago
parent d18b928dc4
commit bad10422e6

@ -13663,7 +13663,10 @@
"cats": [
3
],
"html": "(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\(|<link [^>]*href=\"[^\"]*phpmyadmin\\.css\\.php)\\;version:\\1",
"html": [
"<script[^>]*>[\\S\\s]*\\[CDATA[^<]*PMA_VERSION:\\\"([\\d.]+)\\;version:\\1",
"(?: \\| phpMyAdmin ([\\d.]+)<\\/title>|PMA_sendHeaderLocation\\(|<link [^>]*href=\"[^\"]*phpmyadmin\\.css\\.php)\\;version:\\1"
],
"icon": "phpMyAdmin.png",
"implies": [
"PHP",

Loading…
Cancel
Save