Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7568)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7569)
@@ -75,7 +75,7 @@
 
 
-#finding all rootfiles in the webdirectory 
+#finding all rootfiles in the webdirectory, that were modified in the last 3 days
 #this are all statusdisplays 
-rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`
+rootfiles=`find $webdir/$type/ -maxdepth 10 -name '*.root' -mtime -3 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma' | grep -v 'summary'`
 
 #exit if no rootfiles are found
