소스 검색

Update sql_query.php

FusionPBX 5 년 전
부모
커밋
d41d058874
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      sql_query.php

+ 2 - 2
sql_query.php

@@ -67,7 +67,7 @@
 
 //show the header
 	require_once "resources/header.php";
-	$document['title'] = $text['title-command'];
+	$document['title'] = $text['title-sql_query'];
 
 //pdo database connection
 	require_once "sql_query_pdo.php";
@@ -169,7 +169,7 @@
 	echo "<table cellpadding='0' cellspacing='0' border='0' width='100%'>";
 	echo "	<tr>";
 	echo "		<td valign='top' align='left' width='50%'>";
-	echo "			<b>".$text['label-sql_query']."</b>\n";
+	echo "			<b>".$text['title-sql_query']."</b>\n";
 	echo "		</td>";
 	echo "		<td valign='top' align='right' nowrap='nowrap'>";