commit | 3526061b49abe925558d0acb9447fae56caf51a5 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue Apr 15 17:51:16 2014 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Tue Apr 15 17:51:16 2014 +0300 |
tree | 556085298292e2a520a0d25b63b919e5d48ffbd9 | |
parent | bc89b3ccaf40d8659a2fdb2730cad88ba8cc24ed [diff] | |
parent | de70dbb64286dda89e21a52042ddef0fbbc0ebe1 [diff] |
Merge pull request #3006 from vlakoff/security Fix in $_protected array of register_globals security procedure
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 4f625b1..9df042f 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php
@@ -89,7 +89,7 @@ '_COOKIE', 'GLOBALS', 'HTTP_RAW_POST_DATA', - 'system_folder', + 'system_path', 'application_folder', 'view_folder', '_protected',