IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 4:47:46 PM (19 years ago)
Author:
eugene
Message:

fixes for complete site.php support; updates to schema

File:
1 edited

Legend:

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

    r13281 r14128  
    22
    33$debug = 0;
     4include 'site.php';
     5
     6// these are defined by site.php
     7// global $PERLLIB;
     8// global $BINDIR;
     9// global $SITE;
    410
    511### these need to be set to the correct locations!!
    6 $PERLLIB = "/home/kiawe/eugene/psconfig/dev.linux/lib";
    7 $BINDIR = "/home/kiawe/eugene/psconfig/dev.linux/bin";
    8 $SITE = "/home/kiawe/eugene/.ipprc";
    912$MISSING = "missing.png";
    1013
Note: See TracChangeset for help on using the changeset viewer.