summaryrefslogtreecommitdiff
path: root/pdf/cert_new.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/cert_new.inc')
-rwxr-xr-xpdf/cert_new.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc
index 29e5a77..8096a5d 100755
--- a/pdf/cert_new.inc
+++ b/pdf/cert_new.inc
@@ -183,7 +183,7 @@ function generate_pdf()
ob_clean();
flush();
while (!feof($fp)) {
- echo fread($fp, 1024);
+ echo fread($fp, filesize($file));
flush();
} //!feof($fp)
fclose($fp);