From dd189d402e28715363a8160a8ae1a5f78f0bd91d Mon Sep 17 00:00:00 2001 From: q-- Date: Fri, 9 May 2014 14:25:41 +0200 Subject: [PATCH] Improved CodeIgniter detection The CSRF token field is present in CodeIgniter version 2 or later, but only if CodeIgniter is configured to show it. --- share/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/share/apps.json b/share/apps.json index a9dd6d7ae..fd7acfcc0 100644 --- a/share/apps.json +++ b/share/apps.json @@ -516,6 +516,7 @@ "website": "codeigniter.com", "cats": [ 18 ], "headers": { "Set-Cookie": "(?:exp_last_activity|exp_tracker|ci_session)" }, + "html": "]+name=\"ci_csrf_token\"\\;version:2+", "implies": "PHP" }, "CodeMirror": {