]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/init.php
Collapse two log tables into one.
[nominatim.git] / lib / init.php
index 17f262c339324f743bbc464a3c52cf03d5f777da..15e38a5b17fcf7862e71bacda260db87e7b03d60 100644 (file)
@@ -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;
        }