From: Frederik Ramm Date: Wed, 2 Feb 2011 14:31:50 +0000 (+0000) Subject: fix line end X-Git-Tag: v2.0.0~176 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/bb9f0d81c08386c5f46b8ceb691797ae03e29e02 fix line end --- diff --git a/lib/init.php b/lib/init.php index 17f262c3..15e38a5b 100644 --- a/lib/init.php +++ b/lib/init.php @@ -8,6 +8,6 @@ if (get_magic_quotes_gpc()) { - echo "Please disable magic quotes in your php.ini configuration"; + echo "Please disable magic quotes in your php.ini configuration\n"; exit; }