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