diff options
author | vlakoff <vlakoff@gmail.com> | 2014-04-15 16:46:03 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2014-04-15 16:46:03 +0200 |
commit | de70dbb64286dda89e21a52042ddef0fbbc0ebe1 (patch) | |
tree | 4b999ca2f6f4db0d4e76a18ca9d19dd0e9ed62c4 /system/core/CodeIgniter.php | |
parent | b78a8c7d40446a3e2e36772706662fd033fe7d1d (diff) |
Fix in $_protected array of register_globals security procedure
* Followup to b78a8c7d40446a3e2e36772706662fd033fe7d1d
* Just FYI, renamed to "system_path" in 0c1e405437ceb3c1888e151e6a400653310ad6c1
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', |