summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-09-28 19:24:06 +0200
committerAndrey Andreev <narf@devilix.net>2014-09-28 19:24:06 +0200
commitf9a615a5a304a2ead573d6e2869ee4ec7620511e (patch)
tree370993f408c41389012ae1dc8c2349a6e658672a /system/core/Security.php
parentb8f4c71d298fac847afe789ebb1535674330d1bd (diff)
[ci skip] Remove references to 'PHP5' from comments
Diffstat (limited to 'system/core/Security.php')
-rwxr-xr-xsystem/core/Security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index 181ace20b..4b204ad95 100755
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -439,7 +439,7 @@ class CI_Security {
/*
* Remove disallowed Javascript in links or img tags
- * We used to do some version comparisons and use of stripos for PHP5,
+ * We used to do some version comparisons and use of stripos(),
* but it is dog slow compared to these simplified non-capturing
* preg_match(), especially if the pattern exists in the string
*