?? getdata_import.php
字號:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<?=$menu?>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
<tr>
<td></td>
</tr>
</table>
<form method="post" name="myform" action="?mod=<?=$mod?>&file=<?=$file?>&channelid=<?=$channelid?>&action=import" enctype="multipart/form-data">
<table cellpadding="2" cellspacing="1" class="tableborder">
<tr>
<th colspan=2>配置文件導入</th>
</tr>
<tr>
<td class="tablerow"> </td>
<td class="tablerow">
導入配置文件:<input name="upload" type="file" size="20">
<input type="hidden" name="MAX_FILE_SIZE" value="2048000">
<input type="submit" name="Submit" value=" 導入 "></td>
</tr>
<tr>
<td class="tablerow"> </td>
<td class="tablerow">配置文件必須以.php為后綴,導入之前請自行確認該配置文件是安全的</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -