update.php
来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 31 行
PHP
31 行
<?
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 + =
减小字号Ctrl + -
显示快捷键?