]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/init.php
update osm2pgsql (disable install rule)
[nominatim.git] / lib / init.php
index 17f262c339324f743bbc464a3c52cf03d5f777da..cc50aaf340102854c3090297d9dc4c37e51ea79a 100644 (file)
@@ -1,13 +1,4 @@
 <?php
 
-       @define('CONST_BasePath', dirname(dirname(__FILE__)));
-
-       require_once(CONST_BasePath.'/settings/settings.php');
-       require_once(CONST_BasePath.'/lib/lib.php');
-       require_once(CONST_BasePath.'/lib/db.php');
-
-       if (get_magic_quotes_gpc())
-       {
-               echo "Please disable magic quotes in your php.ini configuration";
-               exit;
-       }
+require_once(CONST_LibDir.'/lib.php');
+require_once(CONST_LibDir.'/DB.php');