]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/init.php
Merge pull request #436 from lonvia/remove-location-property-tables
[nominatim.git] / lib / init.php
index 17f262c339324f743bbc464a3c52cf03d5f777da..26952d05857f4ea9ecb83530ad138d10713e8fe1 100644 (file)
@@ -1,13 +1,11 @@
 <?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/leakybucket.php');
        require_once(CONST_BasePath.'/lib/db.php');
 
        if (get_magic_quotes_gpc())
        {
-               echo "Please disable magic quotes in your php.ini configuration";
+               echo "Please disable magic quotes in your php.ini configuration\n";
                exit;
        }