summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-04-15 16:51:16 +0200
committerAndrey Andreev <narf@devilix.net>2014-04-15 16:51:16 +0200
commit3526061b49abe925558d0acb9447fae56caf51a5 (patch)
tree556085298292e2a520a0d25b63b919e5d48ffbd9 /system
parentbc89b3ccaf40d8659a2fdb2730cad88ba8cc24ed (diff)
parentde70dbb64286dda89e21a52042ddef0fbbc0ebe1 (diff)
Merge pull request #3006 from vlakoff/security
Fix in $_protected array of register_globals security procedure
Diffstat (limited to 'system')
-rw-r--r--system/core/CodeIgniter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index 4f625b143..9df042f02 100644
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
@@ -89,7 +89,7 @@ if ( ! is_php('5.4'))
'_COOKIE',
'GLOBALS',
'HTTP_RAW_POST_DATA',
- 'system_folder',
+ 'system_path',
'application_folder',
'view_folder',
'_protected',