Changeset 28043 for trunk/ippMonitor
- Timestamp:
- May 19, 2010, 5:13:52 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
ippMonitor/def/detProcessedExp_failure.d (modified) (1 diff)
-
ippMonitor/def/rawImfile_failed.d (modified) (1 diff)
-
ippMonitor/raw/getimage.php (modified) (2 diffs)
-
ippMonitor/raw/ipp.php (modified) (1 diff)
-
ippMonitor/raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100427 (added) merged: 27784,28017-28018,28028-28033,28042
- Property svn:mergeinfo changed
-
trunk/ippMonitor/def/detProcessedExp_failure.d
r19726 r28043 13 13 ARGS ARG1 basename=$detProcessedExp.path_base 14 14 15 OP OP1 $detProcessedExp.bg / $detProcessedExp.bg_stdev15 OP OP1 $detProcessedExp.bg_stdev > 0.0 ? $detProcessedExp.bg / $detProcessedExp.bg_stdev : NAN 16 16 17 17 # field size format name show link to extras -
trunk/ippMonitor/def/rawImfile_failed.d
r24867 r28043 1 1 TABLE rawImfile 2 2 TITLE Failed Raw Image Files 3 FILE rawImfile .php3 FILE rawImfile_failed.php 4 4 MENU ipp.load.dat 5 5 -
trunk/ippMonitor/raw/getimage.php
r26888 r28043 8 8 // global $BINDIR; 9 9 // global $SITE; 10 // global $PSCONFDIR 11 // global $PSCONFIG 10 12 11 13 ### these need to be set to the correct locations!! … … 18 20 } 19 21 22 23 putenv("PSCONFDIR=$PSCONFDIR"); 24 putenv("PSCONFIG=$PSCONFIG"); 20 25 putenv("PERL5LIB=$PERLLIB:"); 21 26 $PATH = getenv("PATH"); -
trunk/ippMonitor/raw/ipp.php
r27054 r28043 722 722 global $BINDIR; 723 723 global $SITE; 724 724 global $PSCONFDIR; 725 global $PSCONFIG; 726 727 putenv("PSCONFDIR=$PSCONFDIR"); 728 putenv("PSCONFIG=$PSCONFIG"); 725 729 putenv("PERL5LIB=$PERLLIB:"); 726 730 $PATH = getenv("PATH"); -
trunk/ippMonitor/raw/site.php.in
r27113 r28043 11 11 $SITE = "@SITE@"; 12 12 13 $PSCONFDIR = "@PSCONFDIR@"; 14 $PSCONFIG = "@PSCONFIG@"; 15 13 16 $DBI = "@DBI@"; 14 17 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
