X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b14bc75dc4a0ca44485599d8ab4cf1c5781098e2..cd6dcfa574b8620bde91aee91dc891be7f76439f:/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();