]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/init.php
move checkModilePresence to class, delete own debug echo
[nominatim.git] / lib / init.php
index b7ce27c2ab0485bf580ca9b329fa42f516112f1a..d21880715abcbe8f91429c2effb973d603de768e 100644 (file)
@@ -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;
 }