Index: trunk/ippMonitor/raw/site.php.in
===================================================================
--- trunk/ippMonitor/raw/site.php.in	(revision 28043)
+++ trunk/ippMonitor/raw/site.php.in	(revision 28616)
@@ -15,3 +15,9 @@
 
 $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;
 ?>
