📄 index.php
字号:
<?
include_once 'inc/auth.php';
echo '
<html>
<head>
<title>代码备份/恢复</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
function checkForm()
{
msg=\'确认要继续么?\';
if(window.confirm(msg))
{
form1.submit();
}
}
</script>
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/system.gif" align="absmiddle"><span class="big3"> 代码备份</span><br>
</td>
</tr>
</table>
<div align="center" class="Big1">
<input type="button" value="代码导出/备份" class="BigButton" onClick="window.open(\'export.php\')">
</div>
<br>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/system.gif" align="absmiddle"><span class="big3"> 代码恢复</span><br>
</td>
</tr>
</table>
<div align="center" class="Big1">
<b>请指定用于代码恢复的SQL文件:</b>
<form name="form1" method="post" action="sql.php" enctype="multipart/form-data">
<input type="file" name="sql_file" class="BigInput" size="30">
<input type="button" value="恢复" class="BigButton" onclick="return checkForm();">
</form>
</div>
</body>
</html>
';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -