edownzip.php
来自「EmpireBak是一款开源免费、专门为MYSQL大数据的备份与导入而设计的稳定」· PHP 代码 · 共 35 行
PHP
35 行
<?php
if(!defined('InEmpireBak'))
{
exit();
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>下载压缩包</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#0472BC">
<tr>
<td height="30"> <div align="center"><strong><font color="#FFFFFF">下载压缩包(目录:
<?=$p?>
)</font></strong></div></td>
</tr>
<tr>
<td height="30" bgcolor="#FFFFFF">
<div align="center">[<a href="<?=$file?>">下载压缩包</a>]</div></td>
</tr>
<tr>
<td height="30" bgcolor="#FFFFFF">
<div align="center">[<a href="phome.php?f=<?=$f?>&phome=DelZip" onclick="return confirm('确认要删除?');">删除压缩包</a>]</div></td>
</tr>
<tr>
<td height="30" bgcolor="#FFFFFF">
<div align="center">(<font color="#FF0000">说明:安全起见,下载完毕请马上删除压缩包.</font>)</div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?