IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2018, 3:22:45 PM (8 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/czw_branch/20170908/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20170908/ippMonitor

  • branches/czw_branch/20170908/ippMonitor/raw/site.php.in

    r38208 r40478  
    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.