diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-14 12:13:05 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-12-14 12:13:05 +0100 |
commit | 8e37b8560c75d3994e59f401be977dcf386bb210 (patch) | |
tree | 7d8b6354c2740b332b6199e18f3b8a8507915970 /application/config/config.php | |
parent | aecb9ff2b3dfb6e66f1e229fa5f6b7f7275fcd40 (diff) |
Remove 'allow_get_array', 'standardize_newlines' config settings
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/application/config/config.php b/application/config/config.php index c088e80c0..535f0f817 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -193,20 +193,6 @@ $config['directory_trigger'] = 'd'; /* |-------------------------------------------------------------------------- -| Allow $_GET array -|-------------------------------------------------------------------------- -| -| By default CodeIgniter enables access to the $_GET array. If for some -| reason you would like to disable it, set 'allow_get_array' to FALSE. -| -| WARNING: This feature is DEPRECATED and currently available only -| for backwards compatibility purposes! -| -*/ -$config['allow_get_array'] = TRUE; - -/* -|-------------------------------------------------------------------------- | Error Logging Threshold |-------------------------------------------------------------------------- | @@ -412,20 +398,6 @@ $config['cookie_httponly'] = FALSE; /* |-------------------------------------------------------------------------- -| Standardize newlines -|-------------------------------------------------------------------------- -| -| Determines whether to standardize newline characters in input data, -| meaning to replace \r\n, \r, \n occurrences with the PHP_EOL value. -| -| WARNING: This feature is DEPRECATED and currently available only -| for backwards compatibility purposes! -| -*/ -$config['standardize_newlines'] = FALSE; - -/* -|-------------------------------------------------------------------------- | Global XSS Filtering |-------------------------------------------------------------------------- | |