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