|  |  | @@ -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;"; | 
		
	
	
		
			
				|  |  | 
 |