\n"; echo "[返回]抱歉,文件清单为空!\n"; echo "\n"; } else { $i = 0; $fs = new filesystem(); echo "
\n"; echo "文件列表(操作结果)\n"; echo "
"; while ($i < count($_SESSION['flist'])) { $fs->chpath($tmp = $_SESSION['flist'][$i]); if ($fs->rmpath()) { echo "
[$i][√] - $tmp
\n"; } else { echo "
[$i][×] - $tmp
\n"; } $i++; } unset($_SESSION['flist']); } xhtml_footer(); ?>