IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2021, 2:53:32 PM (5 years ago)
Author:
eugene
Message:

ippMonitor scripts are now installed in a distinct location so they can be modified independently of the IPP code for both development and operations installations; disabled the "cleanTmpDirectory" option from the website

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_labels.php

    r41678 r41730  
    1515
    1616$PATH = getenv("PATH");
    17 putenv("PATH=$BINDIR:$PATH");
     17putenv("PATH=$WWWBIN:$BINDIR:$PATH");
    1818
    1919$LD_LIBRARY_PATH = getenv("LD_LIBRARY_PATH");
     
    203203
    204204// status table at top
     205// XXX hard-wired path: BAD
    205206exec("svnversion /data/ippc64.1/ippitc/ippMonitor", $svnversion);
    206207$phpversion = phpversion();
Note: See TracChangeset for help on using the changeset viewer.