/[health_html]/pdf.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /pdf.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Sep 28 23:34:37 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
Added some new pages to PLIVAmed. Some bugfixes.

1 <?php
2 if (!$file) exit;
3 Header("Content-Type: application/binary");
4 $fp = fopen($file);
5 if (!$fp) exit;
6 fpassthru($fp);
7 fclose($fp);
8 ?>

  ViewVC Help
Powered by ViewVC 1.1.26