Changeset 34687 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Nov 23, 2012, 12:19:36 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r30454 r34687 799 799 // echo "<b>class_id: $class_id</b><br>\n"; 800 800 // echo "<b>camera: $camera</b><br>\n"; 801 // echo "<b>filerule: $filerule</b><br>\n"; 801 802 802 803 if (! $class_id) { $class_id = "NONE"; } 803 804 805 //SCH: I set a default value for the 'camera' which is based on the 806 //'proj' parameter. 807 //It's necessary for staticsky logs and it would require to join tables 808 //back to the warpRun table 809 if (! $camera) { $camera = strtoupper($_GET['proj']); } 810 804 811 if ($basename && $camera && $filerule) { 805 806 812 // do I need to do this to the output result as well? 807 813 $basename = escapeshellarg($basename); … … 841 847 return; 842 848 } 849 echo "<b>log filename: $filename</b><br>\n"; 843 850 844 851 echo "<pre>\n"; … … 850 857 } 851 858 } 859 852 860 853 861 // expect image supplied with key=name
Note:
See TracChangeset
for help on using the changeset viewer.
