⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 update.php

📁 极限网络智能办公系统 Office Automation V3.0官方100%源代码.
💻 PHP
字号:
<?
include_once 'inc/auth.php';
echo '
<html>
<head>
<title>数据库导入/升级</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
	<td class="Big"><img src="/images/sys_config.gif" align="absmiddle"><span class="big3"> 数据库导入/升级(以下操作建议在软件开发商指导下进行)</span><br>
	</td>
</tr>
</table>
<br>
<br>
<div align="center" class="Big1">
<b>请指定用于数据库导入/升级的SQL文件:</b>
<form method="post" action="sql.php" enctype="multipart/form-data">
<input type="file" name="sql_file" class="BigInput">
<input type="submit" value="导入/升级" class="BigButton">
</form>
<br>
<input type="button" value="返回" class="BigButton" onclick="location=\'index.php\'">
</div>
</body>
</html>
';
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -