Skip to content

Commit

Permalink
Fix in $_protected array of register_globals security procedure
Browse files Browse the repository at this point in the history
* Followup to b78a8c7
* Just FYI, renamed to "system_path" in 0c1e405
  • Loading branch information
vlakoff committed Apr 15, 2014
1 parent b78a8c7 commit de70dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/CodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
'_COOKIE',
'GLOBALS',
'HTTP_RAW_POST_DATA',
'system_folder',
'system_path',
'application_folder',
'view_folder',
'_protected',
Expand Down

0 comments on commit de70dbb

Please sign in to comment.