include_once("include.html");
checksession($id);
$noselected = false;
if ($Modify_x && (!is_array($item) || !count($item))) $noselected = true;
if ($showlite || $Delete_x || $noselected)
{
include("folders.html");
exit;
}
if (isset($Modify_x))
{
$folderold = substr($item[0],0,strpos($item[0],"^"));
$folder = substr($item[0],strpos($item[0],"^")+1);
}
include("folderitem.html");
exit;
?>