Update sql_query.php

This commit is contained in:
FusionPBX 2019-12-09 00:05:50 -07:00 committed by GitHub
parent 0f593c63fb
commit c9cfcb5932
1 changed files with 2 additions and 2 deletions

View File

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