- Timestamp:
- May 15, 2018, 11:10:12 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/site.php.in
r38208 r40432 1 1 <?php 2 2 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. 4 5 5 $PERLLIB = "@PERLLIB@"; 6 $BINDIR = "@BINDIR@"; 7 $LIBDIR = "@LIBDIR@"; 8 $SITE = "@SITE@"; 6 $WWWHOST = "@HOST@"; 9 7 10 $PSCONFDIR = "@PSCONFDIR@"; 11 $PSCONFIG = "@PSCONFIG@"; 8 $PERLLIB = "@PERLLIB@"; 9 $BINDIR = "@BINDIR@"; 10 $LIBDIR = "@LIBDIR@"; 11 $SITE = "@SITE@"; 12 12 13 13 $DBI = "@DBI@"; 14 14 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 16 18 @CONFIG.DAT@ 17 19
Note:
See TracChangeset
for help on using the changeset viewer.
