diff options
author | Andrey Andreev <narf@devilix.net> | 2014-04-15 16:51:16 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-04-15 16:51:16 +0200 |
commit | 3526061b49abe925558d0acb9447fae56caf51a5 (patch) | |
tree | 556085298292e2a520a0d25b63b919e5d48ffbd9 /system/core/CodeIgniter.php | |
parent | bc89b3ccaf40d8659a2fdb2730cad88ba8cc24ed (diff) | |
parent | de70dbb64286dda89e21a52042ddef0fbbc0ebe1 (diff) |
Merge pull request #3006 from vlakoff/security
Fix in $_protected array of register_globals security procedure
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
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', |