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/site.php.in

    r41135 r41730  
    88$PERLLIB    = "@PERLLIB@";
    99$BINDIR     = "@BINDIR@";
     10$WWWBIN     = "@WWWBIN@";
    1011$LIBDIR     = "@LIBDIR@";
    1112$SITE       = "@SITE@";
     13
     14// $BINDIR : general IPP code needed by ippMonitor
     15// $WWWBIN : ippMonitor programs in scripts are installed here
    1216
    1317$DBI     = "@DBI@";
Note: See TracChangeset for help on using the changeset viewer.