From f804f7739dd5f55290a1f188360389a8b48bac6a Mon Sep 17 00:00:00 2001 From: Steve Gilvarry Date: Tue, 14 Jun 2016 20:49:38 +1000 Subject: [PATCH] Adjust download file path to swap path to match the file generated. --- web/ajax/log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ajax/log.php b/web/ajax/log.php index a250c952d..66dcfc2b5 100644 --- a/web/ajax/log.php +++ b/web/ajax/log.php @@ -394,7 +394,7 @@ tr.log-dbg td { } $exportFile = "zm-log.$exportExt"; - $exportPath = "temp/zm-log-$exportKey.$exportExt"; + $exportPath = ZM_PATH_SWAP."/zm-log-$exportKey.$exportExt"; header( "Pragma: public" ); header( "Expires: 0" );