Index: trunk/ippMonitor/raw/site.php.in
===================================================================
--- trunk/ippMonitor/raw/site.php.in	(revision 38208)
+++ trunk/ippMonitor/raw/site.php.in	(revision 40432)
@@ -1,17 +1,19 @@
 <?php
 
-$WWWHOST = "@HOST@";
+// this file is generated by running configure in the ippMonitor directory
+// values below are set based on the binary, etc paths.
 
-$PERLLIB = "@PERLLIB@";
-$BINDIR  = "@BINDIR@";
-$LIBDIR  = "@LIBDIR@";
-$SITE    = "@SITE@";
+$WWWHOST    = "@HOST@";
 
-$PSCONFDIR = "@PSCONFDIR@";
-$PSCONFIG  = "@PSCONFIG@";
+$PERLLIB    = "@PERLLIB@";
+$BINDIR     = "@BINDIR@";
+$LIBDIR     = "@LIBDIR@";
+$SITE       = "@SITE@";
 
 $DBI     = "@DBI@";
 
-// insert config.dat here
+// insert config.dat here. this contains a number of system-specific things like
+// the names of database machines and users
+
 @CONFIG.DAT@
 
