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-04-21 02:31:30 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-21 02:31:30 +0300
commit5b2befe8827b440c0b8724f3a2684b95b4571f26 (patch)
tree3f926c9f8885674ae77658ba4f2262d336462742 /src/controllers/SqlController.php
parent647554b3ad9c907b5268b7197fb927258bc0a9fe (diff)
Tag v 6.0.0-beta.41 sets container parameters from /usr/bin/makeREQUESTv6.0.0-beta.41
Diffstat (limited to 'src/controllers/SqlController.php')
-rw-r--r--src/controllers/SqlController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index a5cf70c0..0f047939 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.40
+ * PHPPgAdmin v6.0.0-beta.41
*/
namespace PHPPgAdmin\Controller;
@@ -185,7 +185,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);