Changeset 28688 for trunk/ippMonitor/raw/getimage.php
- Timestamp:
- Jul 19, 2010, 11:06:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/getimage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/getimage.php
r28654 r28688 36 36 } 37 37 38 #$basename may contain filename@filerule38 // $basename may contain filename@filerule 39 39 $basename = $_GET[name]; 40 if ($basename == "noimage.noimage") { 41 $file = fopen ("noimage.png", "r");//$MISSING? 42 if ($file && !$debug) { 43 # do I need to use image/jpg? can I modify this to image/png, etc, based on the type? 44 header ('Content-Type: image/jpg'); 45 fpassthru ($file); 46 } 47 exit (); 48 } 40 49 $filerule = $_GET[rule]; 41 50 $camera = $_GET[camera];
Note:
See TracChangeset
for help on using the changeset viewer.
