X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/effd8e12af440586594a18a04beb33abed260d15..c5109d39d029fb013286e4ff4220e200267caa09:/lib/init.php diff --git a/lib/init.php b/lib/init.php index b7ce27c2..d2188071 100644 --- a/lib/init.php +++ b/lib/init.php @@ -3,8 +3,7 @@ require_once(CONST_BasePath.'/lib/lib.php'); require_once(CONST_BasePath.'/lib/db.php'); -if (get_magic_quotes_gpc()) -{ +if (get_magic_quotes_gpc()) { echo "Please disable magic quotes in your php.ini configuration\n"; exit; }