IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2018, 11:12:20 AM (8 years ago)
Author:
eugene
Message:

get NEB_SERVER from site.php (config.dat); remove PSCONFIG, PSCONFDIR (not not used in ippMonitor)

File:
1 edited

Legend:

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

    r39498 r40434  
    88// global $BINDIR;
    99// global $SITE;
    10 // global $PSCONFDIR
    11 // global $PSCONFIG
    12 
    1310
    1411### these need to be set to the correct locations!!
     
    2118}
    2219
    23 putenv("PSCONFDIR=$PSCONFDIR");
    24 putenv("PSCONFIG=$PSCONFIG");
    2520putenv("PERL5LIB=$PERLLIB:");
    2621$PATH = getenv("PATH");
    2722putenv("PATH=$BINDIR:$PATH");
     23putenv("NEB_SERVER=$NEB_SERVER");
    2824
    2925if ($debug) {
     
    120116  echo "status:   $status<br>";
    121117  echo "filename: $filename<br>";
    122   exit ();
     118  // exit ();
    123119}
    124120
Note: See TracChangeset for help on using the changeset viewer.