Changeset 40434 for trunk/ippMonitor/raw/getimage.php
- Timestamp:
- May 15, 2018, 11:12:20 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/getimage.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/getimage.php
r39498 r40434 8 8 // global $BINDIR; 9 9 // global $SITE; 10 // global $PSCONFDIR11 // global $PSCONFIG12 13 10 14 11 ### these need to be set to the correct locations!! … … 21 18 } 22 19 23 putenv("PSCONFDIR=$PSCONFDIR");24 putenv("PSCONFIG=$PSCONFIG");25 20 putenv("PERL5LIB=$PERLLIB:"); 26 21 $PATH = getenv("PATH"); 27 22 putenv("PATH=$BINDIR:$PATH"); 23 putenv("NEB_SERVER=$NEB_SERVER"); 28 24 29 25 if ($debug) { … … 120 116 echo "status: $status<br>"; 121 117 echo "filename: $filename<br>"; 122 exit ();118 // exit (); 123 119 } 124 120
Note:
See TracChangeset
for help on using the changeset viewer.
