X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/95961d098da553a335c9c44dc6a9827b83e7fc99..5464dec0570c2451d8607bc739c6f2b6f298bb75:/website/deletable.php diff --git a/website/deletable.php b/website/deletable.php index 95a2ec00..c55cb20f 100755 --- a/website/deletable.php +++ b/website/deletable.php @@ -3,9 +3,9 @@ require_once(CONST_BasePath.'/lib/init-website.php'); require_once(CONST_BasePath.'/lib/log.php'); require_once(CONST_BasePath.'/lib/output.php'); + ini_set('memory_limit', '200M'); $sOutputFormat = 'html'; - ini_set('memory_limit', '200M'); $oDB =& getDB();