IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40432 for trunk


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

add some comments on the elements in this file; remove PSCONFDIR and PSCONFIG (now not used)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/site.php.in

    r38208 r40432  
    11<?php
    22
    3 $WWWHOST = "@HOST@";
     3// this file is generated by running configure in the ippMonitor directory
     4// values below are set based on the binary, etc paths.
    45
    5 $PERLLIB = "@PERLLIB@";
    6 $BINDIR  = "@BINDIR@";
    7 $LIBDIR  = "@LIBDIR@";
    8 $SITE    = "@SITE@";
     6$WWWHOST    = "@HOST@";
    97
    10 $PSCONFDIR = "@PSCONFDIR@";
    11 $PSCONFIG  = "@PSCONFIG@";
     8$PERLLIB    = "@PERLLIB@";
     9$BINDIR     = "@BINDIR@";
     10$LIBDIR     = "@LIBDIR@";
     11$SITE       = "@SITE@";
    1212
    1313$DBI     = "@DBI@";
    1414
    15 // insert config.dat here
     15// insert config.dat here. this contains a number of system-specific things like
     16// the names of database machines and users
     17
    1618@CONFIG.DAT@
    1719
Note: See TracChangeset for help on using the changeset viewer.