Changeset 27784 for branches/czw_branch/20100427/ippMonitor
- Timestamp:
- Apr 27, 2010, 11:50:36 AM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 5 edited
- 1 copied
-
. (copied) (copied from trunk )
-
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
-
branches/czw_branch/20100427/ippMonitor/def/detProcessedExp_failure.d
r19726 r27784 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 -
branches/czw_branch/20100427/ippMonitor/def/rawImfile_failed.d
r24867 r27784 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 -
branches/czw_branch/20100427/ippMonitor/raw/getimage.php
r26888 r27784 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"); -
branches/czw_branch/20100427/ippMonitor/raw/ipp.php
r27054 r27784 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"); -
branches/czw_branch/20100427/ippMonitor/raw/site.php.in
r27113 r27784 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.
