]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/init.php
README: tiny markdown syntax error
[nominatim.git] / lib / init.php
index 26952d05857f4ea9ecb83530ad138d10713e8fe1..d21880715abcbe8f91429c2effb973d603de768e 100644 (file)
@@ -1,11 +1,9 @@
 <?php
 
-       require_once(CONST_BasePath.'/lib/lib.php');
-       require_once(CONST_BasePath.'/lib/leakybucket.php');
-       require_once(CONST_BasePath.'/lib/db.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\n";
-               exit;
-       }
+if (get_magic_quotes_gpc()) {
+    echo "Please disable magic quotes in your php.ini configuration\n";
+    exit;
+}