소스 검색

Update sys_sql_query.htm

tags/6.1.7
xushubieli 2 년 전
부모
커밋
8d5792b572
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/admin/templets/sys_sql_query.htm

+ 2
- 2
src/admin/templets/sys_sql_query.htm 파일 보기

@@ -16,7 +16,7 @@
<td height="19" background="../static/web/img/tbg.gif">
<table width="96%" border="0" cellspacing="1" cellpadding="1" class="table table-borderless">
<tr>
<td width="24%" style="padding-left:10px">SQL命令运行器</td>
<td width="24%" style="padding-left:10px">SQL命令运行器</td>
<td width="76%" align="right">
<a href="sys_data.php" class="btn btn-success btn-sm">数据备份</a>
<a href="sys_data_revert.php" class="btn btn-success btn-sm">数据还原</a>
@@ -37,7 +37,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="35%">
<select name="tablename" id="tablename" style="width:100%;height: auto;" size="6">
<select name="tablename" id="tablename" style="width:100%;height:auto" size="12">
<?php
if ($cfg_dbtype=="sqlite") {
$query = "SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;";


불러오는 중...
취소
저장