Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-05-22 19:17:47 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-05-22 19:17:47 +0300
commitc55172f9498069d1179f7b7e4760afddf5c30003 (patch)
tree4c194c77b2488af8a1c21509900148c097e587fe /src/controllers/SqlController.php
parent2551b1212b21fa61af8f7e01fa325564261c402c (diff)
scrutinizer fixes
Diffstat (limited to 'src/controllers/SqlController.php')
-rw-r--r--src/controllers/SqlController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index 7cb21b2f..1b2b2258 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -186,7 +186,7 @@ class SqlController extends BaseController
$rs = $data->conn->Execute($this->query);
- echo '<form method="post" id="sqlform" action="' . $_SERVER['REQUEST_URI'] . '">';
+ echo '<form method="post" id="sqlform" action="'.$_SERVER['REQUEST_URI'].'">';
echo '<textarea width="90%" name="query" id="query" rows="5" cols="100" resizable="true">';
echo htmlspecialchars($this->query);