Changeset 14128 for trunk/ippMonitor/raw
- Timestamp:
- Jul 10, 2007, 4:47:46 PM (19 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 2 edited
-
getimage.php (modified) (1 diff)
-
ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/getimage.php
r13281 r14128 2 2 3 3 $debug = 0; 4 include 'site.php'; 5 6 // these are defined by site.php 7 // global $PERLLIB; 8 // global $BINDIR; 9 // global $SITE; 4 10 5 11 ### these need to be set to the correct locations!! 6 $PERLLIB = "/home/kiawe/eugene/psconfig/dev.linux/lib";7 $BINDIR = "/home/kiawe/eugene/psconfig/dev.linux/bin";8 $SITE = "/home/kiawe/eugene/.ipprc";9 12 $MISSING = "missing.png"; 10 13 -
trunk/ippMonitor/raw/ipp.php
r13853 r14128 486 486 487 487 // be careful of the definition of PATH in SITE: cannot contain HOME 488 //echo "<br>ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id<br>\n";488 echo "<br>ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id<br>\n"; 489 489 exec ("ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id", $output, $status); 490 490 … … 502 502 $filename = $output[0]; 503 503 if ($status) { 504 echo "log file not found<br>\n";504 echo "log file ($filerule, $basename) not found<br>\n"; 505 505 return; 506 506 }
Note:
See TracChangeset
for help on using the changeset viewer.
