";
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 "
".docleanup($forceall, 1)."
"); $tend = getmicrotime(); $totaltime = ($tend - $tstart); printf ("Time consumed: %f sec