mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
3.1.3 customizations
https://www.codeigniter.com/user_guide/installation/upgrade_313.html
This commit is contained in:
parent
e13772038b
commit
6302bfbc4b
@ -313,20 +313,6 @@ $config['cookie_path'] = '/';
|
|||||||
$config['cookie_secure'] = FALSE;
|
$config['cookie_secure'] = FALSE;
|
||||||
$config['cookie_httponly'] = 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
|
| Global XSS Filtering
|
||||||
|
Loading…
x
Reference in New Issue
Block a user