Index: trunk/ippMonitor/raw/getimage.php
===================================================================
--- trunk/ippMonitor/raw/getimage.php	(revision 13281)
+++ trunk/ippMonitor/raw/getimage.php	(revision 14128)
@@ -2,9 +2,12 @@
 
 $debug = 0;
+include 'site.php';
+
+// these are defined by site.php
+// global $PERLLIB;
+// global $BINDIR;
+// global $SITE;
 
 ### these need to be set to the correct locations!!
-$PERLLIB = "/home/kiawe/eugene/psconfig/dev.linux/lib";
-$BINDIR = "/home/kiawe/eugene/psconfig/dev.linux/bin";
-$SITE = "/home/kiawe/eugene/.ipprc";
 $MISSING = "missing.png";
 
