mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
header("Content-type: application/pdf");
|
||||
$fp = fopen($filename, "r");
|
||||
fpassthru($fp);
|
||||
fclose($fp);
|
||||
?>
|
||||
Reference in New Issue
Block a user