Merge pull request #1531 from SteveGilvarry/FixLogExport

Adjust download file path to swap path to match the file generated.
This commit is contained in:
Isaac Connor 2016-06-14 07:11:49 -04:00 committed by GitHub
commit 99c13628fe
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ tr.log-dbg td {
} }
$exportFile = "zm-log.$exportExt"; $exportFile = "zm-log.$exportExt";
$exportPath = "temp/zm-log-$exportKey.$exportExt"; $exportPath = ZM_PATH_SWAP."/zm-log-$exportKey.$exportExt";
header( "Pragma: public" ); header( "Pragma: public" );
header( "Expires: 0" ); header( "Expires: 0" );