diff options
author | Andrey Andreev <narf@devilix.net> | 2014-04-14 15:56:23 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-04-14 15:56:23 +0200 |
commit | aeed15eb8556ab671507f17ef9a8cf28903999aa (patch) | |
tree | 38c49e2e064eeaa256535b6fa1c7b454c999ed9a /application | |
parent | db0873365aabce72390fe9ccf19081de143a1d51 (diff) |
Change 'standardize_newlines' default to FALSE
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index ba6867fb7..d269b6e5d 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -352,7 +352,7 @@ $config['cookie_httponly'] = FALSE; | (usually \n) and Windows (\r\n). | */ -$config['standardize_newlines'] = TRUE; +$config['standardize_newlines'] = FALSE; /* |-------------------------------------------------------------------------- |