- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/raw/getimage.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/ippMonitor/raw/getimage.php
r14128 r23352 22 22 putenv("PATH=$BINDIR:$PATH"); 23 23 24 # echo "args: $args<br>"; 24 if ($debug) { 25 echo "args: $args<br>"; 26 echo "path: $PATH<br>"; 27 echo "perl: $PERLLIB<br>"; 28 } 25 29 26 30 # $basename may contain filename@filerule … … 31 35 32 36 # $filerule = strtok("@"); 33 # echo "basename: $basename<br>"; 34 # echo "filerule: $filerule<br>"; 37 38 if ($debug) { 39 echo "basename: $basename<br>"; 40 echo "filerule: $filerule<br>"; 41 } 35 42 36 43 # need to supply the camera as well... … … 49 56 $basename = escapeshellarg($basename); 50 57 $basename = str_replace ('..','',$basename); 58 59 if ($debug) { 60 exec ("which ipp_filename.pl", $output, $status); 61 echo "output: $output[0]<br>"; 62 echo "status: $status<br>"; 63 64 exec ("whoami", $output, $status); 65 echo "output: $output[0]<br>"; 66 echo "status: $status<br>"; 67 } 51 68 52 69 exec ("ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id", $output, $status);
Note:
See TracChangeset
for help on using the changeset viewer.
