X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/effd8e12af440586594a18a04beb33abed260d15..9e35e5c2b02887e361972ffbb20e65bbba0d02c7:/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; }