Index: trunk/ippMonitor/raw/site.php.in
===================================================================
--- trunk/ippMonitor/raw/site.php.in	(revision 38200)
+++ trunk/ippMonitor/raw/site.php.in	(revision 38208)
@@ -2,7 +2,4 @@
 
 $WWWHOST = "@HOST@";
-$DBHOST  = "@DBHOST@";
-$DBUSER  = "@DBUSER@";
-$DBPASS  = "@DBPASS@";
 
 $PERLLIB = "@PERLLIB@";
@@ -16,39 +13,6 @@
 $DBI     = "@DBI@";
 
-// Temporary files belonging to DELETION_USER and older than 
-// DELETION_DELAY minutes will be delayed by the
-// delete_old_tmp_files() function (see raw/ipp.php)
-$DELETION_USER  = "apache";
-$DELETION_DELAY = 15;
-
-$REPL_HOST_IPPADMIN = "ipp0012.IfA.Hawaii.Edu";
-$REPL_USER_IPPADMIN = "ippMonitor";
-$REPL_PASSWORD_IPPADMIN = "ippMonitor";
-$REPL_DBNAME_IPPADMIN = "ipp001 (gpc1, isp, ippadmin, czardb, ipptopsps, megacam, ssp, uip)" ;
-
-$REPL_HOST_NEBULOUS = "ippdb02.IfA.Hawaii.Edu";
-$REPL_USER_NEBULOUS = "ippMonitor";
-$REPL_PASSWORD_NEBULOUS = "ippMonitor";
-$REPL_DBNAME_NEBULOUS = "ippdb02 (nebulous / 50,000 sec behind is acceptable / usually stopped on Mondays and Tuesdays for backups)";
-
-$REPL_HOST_PSTAMP = "ippc19.IfA.Hawaii.Edu";
-$REPL_USER_PSTAMP = "ippMonitor";
-$REPL_PASSWORD_PSTAMP = "ippMonitor";
-$REPL_DBNAME_PSTAMP = "ippc19 (ippRequestServer)";
-
-$REPL_HOST_GPC1 = "ippdb03.IfA.Hawaii.Edu";
-$REPL_USER_GPC1 = "ippMonitor";
-$REPL_PASSWORD_GPC1 = "ippMonitor";
-$REPL_DBNAME_GPC1 = "ippdb03 (czardb, gpc1, ippadmin, ipptopsps, megacam, skycells, ssp, uip)";
-
-$REPL_HOST_ISP = "ippc17.IfA.Hawaii.Edu";
-$REPL_USER_ISP = "ippMonitor";
-$REPL_PASSWORD_ISP = "ippMonitor";
-$REPL_DBNAME_ISP = "ippc17 (isp)";
-
-$REPL_HOST_NEBULOUS_SECONDARY = "ippdb06.IfA.Hawaii.Edu";
-$REPL_USER_NEBULOUS_SECONDARY = "ippMonitor";
-$REPL_PASSWORD_NEBULOUS_SECONDARY = "ippMonitor";
-$REPL_DBNAME_NEBULOUS_SECONDARY = "ippdb06 (secondary nebulous)";
+// insert config.dat here
+@CONFIG.DAT@
 
 ?>
