#193 forgot to change file size thing.

This commit is contained in:
James Cole 2016-02-25 15:06:01 +01:00
parent 6858d67897
commit 8e45959483

View File

@ -74,7 +74,7 @@ class ExportController extends Controller
->header('Expires', '0')
->header('Cache-Control', 'must-revalidate, post-check=0, pre-check=0')
->header('Pragma', 'public')
->header('Content-Length', filesize($file));
->header('Content-Length', $disk->size($file));
}