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/ipp.php

    r41126 r41730  
    829829    global $NEB_SERVER;
    830830    global $BINDIR;
     831    global $WWWBIN;
    831832    global $SITE;
    832833    putenv("PERL5LIB=$PERLLIB:");
    833834
    834835    $PATH = getenv("PATH");
    835     putenv("PATH=$BINDIR:$PATH");
     836    putenv("PATH=$WWWBIN:$BINDIR:$PATH");
    836837    putenv("NEB_SERVER=$NEB_SERVER");
    837838
Note: See TracChangeset for help on using the changeset viewer.