Skip to content

Commit

Permalink
Input class improvements
Browse files Browse the repository at this point in the history
- Disable register_globals replication on PHP 5.4+ (no longer exists).
- DocBlock improvements.
- Add missing changelog entry.
- Change user_agent() to return NULL when no value is found (for consistency with other fetcher methods).
  • Loading branch information
narfbg committed Oct 27, 2012
1 parent 5232ba0 commit 1887ec6
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 109 deletions.
2 changes: 1 addition & 1 deletion system/core/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class CI_Config {
/**
* List of paths to search when trying to load a config file.
*
* @used-by CI_Loader Must be public
* @used-by CI_Loader
* @var array
*/
public $_config_paths = array(APPPATH);
Expand Down
Loading

0 comments on commit 1887ec6

Please sign in to comment.