/[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.2 - (show annotations)
Sat Oct 27 16:54:50 2001 UTC (22 years, 5 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Rearranged the menu system on plivamed.net. Other fixes/improvements.

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