From 6302bfbc4b48e5760f91c001ab0fb5ea916f9eea Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 25 Sep 2017 16:59:53 +0200 Subject: [PATCH] 3.1.3 customizations https://www.codeigniter.com/user_guide/installation/upgrade_313.html --- htdocs/application/config/config.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/htdocs/application/config/config.php b/htdocs/application/config/config.php index eb1762c..fea7501 100644 --- a/htdocs/application/config/config.php +++ b/htdocs/application/config/config.php @@ -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