new $.zui.Messager("没有要删除的图片!", {type: "danger" // 定义颜色主题
}).show();
// 延时3.5s跳转
window.setTimeout("window.location=\'/../ \'",3500);
';
} elseif (isset($_GET['url'])) {
//$img = isset($_GET['hash'])?:$_GET['url'];
$img = $_GET['url'];
//echo '
';
echo '
';
}
// 解密删除
if (isset($_GET['hash'])) {
$delFile = $_GET['hash'];
$delFile = ulrHash($delFile, 1);
getDel($delFile);
}
// 检查登录后再处理url删除请求
if (is_online()) {
if (isset($_GET['url'])) {
getDel($_GET['url']);
}
} else {
if (isset($_GET['url'])) {
echo '
';
}
}
require_once '../libs/footer.php';