summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-08-18 11:24:42 +0200
committerAndrey Andreev <narf@devilix.net>2014-08-18 11:24:42 +0200
commit6c52096f4f9147244e9631b8040088025ae6e79d (patch)
tree6ee215be987c8d6460bf4bcb20219650ce926631 /system/core/Security.php
parent3783be66dd29cc079dffc91d6e74f880e56f1f84 (diff)
[ci skip] Polish changes from PR #3176
Diffstat (limited to 'system/core/Security.php')
-rwxr-xr-xsystem/core/Security.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index 39e4f7c24..bb0670500 100755
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -205,11 +205,11 @@ class CI_Security {
$uri = load_class('URI', 'core');
foreach ($exclude_uris as $excluded)
{
- if (preg_match('#^'.$excluded.'$#i'.(UTF8_ENABLED ? 'u' : ''), $uri->uri_string()))
- {
- return $this;
- }
- }
+ if (preg_match('#^'.$excluded.'$#i'.(UTF8_ENABLED ? 'u' : ''), $uri->uri_string()))
+ {
+ return $this;
+ }
+ }
}
// Do the tokens exist in both the _POST and _COOKIE arrays?
@@ -937,4 +937,4 @@ class CI_Security {
}
/* End of file Security.php */
-/* Location: ./system/core/Security.php */
+/* Location: ./system/core/Security.php */ \ No newline at end of file