Claude 2017-09-25 16:59:53 +02:00
parent e13772038b
commit 6302bfbc4b

View File

@ -313,20 +313,6 @@ $config['cookie_path'] = '/';
$config['cookie_secure'] = FALSE;
$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.
|
| This is particularly useful for portability between UNIX-based OSes,
| (usually \n) and Windows (\r\n).
|
*/
$config['standardize_newlines'] = TRUE;
/*
|--------------------------------------------------------------------------
| Global XSS Filtering