]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/deletable.php
factor out parameter parsing into its own class
[nominatim.git] / website / deletable.php
index 95a2ec00b8d214c565033600c6d6be184c5593f5..c55cb20f1e531b73406d2aa09fdb1307ccf9f3f2 100755 (executable)
@@ -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();