"; echo "

"; echo "clean-up in progress...please wait
"; ob_flush(); flush(); if ($_GET['forceall']) { $forceall = 1; } else { $forceall = 0; echo "you may force full clean-up by adding the parameter 'forceall=1' to URL
"; } echo "

"; $tstart = getmicrotime(); require_once("include/cleanup.php"); print("

".docleanup($forceall, 1)."

"); $tend = getmicrotime(); $totaltime = ($tend - $tstart); printf ("Time consumed: %f sec
", $totaltime); echo "Done
"; echo "";