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

    r39498 r41730  
    408408//Get environment
    409409$PATH = getenv("PATH");
    410 putenv("PATH=$BINDIR:$PATH");
     410putenv("PATH=$WWWBIN:$BINDIR:$PATH");
    411411$LD_LIBRARY_PATH = getenv("LD_LIBRARY_PATH");
    412412putenv("LD_LIBRARY_PATH=$LIBDIR:$LD_LIBRARY_PATH");
Note: See TracChangeset for help on using the changeset viewer.