Changeset 40478 for branches/czw_branch/20170908/ippMonitor/raw/site.php.in
- Timestamp:
- Jun 27, 2018, 3:22:45 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/site.php.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/ippMonitor
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/ippMonitor merged eligible /trunk/ippMonitor merged eligible
-
Property svn:mergeinfo
set to
-
branches/czw_branch/20170908/ippMonitor/raw/site.php.in
r38208 r40478 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.
