diff --git a/export.php b/export.php index d26a615c0..f68675b31 100644 --- a/export.php +++ b/export.php @@ -39,6 +39,8 @@ $compression_methods = array( */ $compression = false; $onserver = false; +$save_on_server = false; +$buffer_needed = false; if (empty($_REQUEST['asfile'])) { $asfile = false; } else {