From e8747a832f6ac99b98ae2d5db74d7618823ac19b Mon Sep 17 00:00:00 2001 From: Dmitry Giannopulos Date: Mon, 11 Jan 2016 03:30:52 +0200 Subject: [PATCH] anchorCache "anchorCache": { "cats": [ 23 ], "headers": { "X-anchor-Cache": "" }, "icon": "anchorCache.png", "implies": "PHP", "website": "anchorcache.eu" }, --- src/apps.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 74f463d6b..a9be53136 100755 --- a/src/apps.json +++ b/src/apps.json @@ -65,6 +65,17 @@ "icon": "3ware.png", "website": "www.3ware.com" }, + "anchorCache": { + "cats": [ + 23 + ], + "headers": { + "X-anchor-Cache": "" + }, + "icon": "anchorCache.png", + "implies": "PHP", + "website": "anchorcache.eu" + }, "AMPcms": { "cats": [ 1 @@ -8801,4 +8812,4 @@ "50": "document-management-systems", "51": "landing-page-builders" } -} \ No newline at end of file +}