Cleanly fix the problems with line feed

This commit is contained in:
Sébastien Lucas 2013-07-22 14:29:32 +02:00
parent 2a5d405a91
commit 3ca1d1d3df
18 changed files with 6 additions and 30 deletions

View file

@ -9,4 +9,3 @@
require_once 'config_default.php';
if (file_exists('config_local.php'))
require_once 'config_local.php';
?>