forked from hans/Nominatim
fix line end
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user