From 133af84e1e72fdee11426f7f109e5fe4a529c322 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 31 Oct 2017 17:54:57 +0100 Subject: [PATCH 1/2] Implement version detection for SMF This can be tested [here](https://forum.pfsense.org/) or [here](https://forums.planetvampire.com/bloodlines-tech-support/) --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index 7d2ef58b6..f0d5ee966 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7196,6 +7196,7 @@ "env": "^smf_", "icon": "SMF.png", "implies": "PHP", + "html": "credits/?\" title=\"Simple Machines Forum\" target=\"_blank\" class=\"new_win\">SMF ([0-9.]+)\\;version:\\1", "website": "http://www.simplemachines.org" }, "SOBI 2": { From 65b0d9e150c846ad44202d9a11997f9fc1a35cfd Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 31 Oct 2017 17:57:08 +0100 Subject: [PATCH 2/2] unfuck the indentation --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index f0d5ee966..217bf458e 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7196,7 +7196,7 @@ "env": "^smf_", "icon": "SMF.png", "implies": "PHP", - "html": "credits/?\" title=\"Simple Machines Forum\" target=\"_blank\" class=\"new_win\">SMF ([0-9.]+)\\;version:\\1", + "html": "credits/?\" title=\"Simple Machines Forum\" target=\"_blank\" class=\"new_win\">SMF ([0-9.]+)\\;version:\\1", "website": "http://www.simplemachines.org" }, "SOBI 2": {