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-19 23:59:05 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-19 23:59:05 +0300
commit1286c500e1ba275fc96f75d0b2b1d887a0f00a07 (patch)
treed577014367376b8c3f816ba11e9d566b2417b484 /src/controllers/SqlController.php
parenta4f48525a98d0c67e19ca5fc3bb21589dca6070c (diff)
Tag v 6.0.0-beta.39 enable php_console only on explicit settingv6.0.0-beta.39
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 3907a90c..05b06b17 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.33
+ * PHPPgAdmin v6.0.0-beta.39
*/
namespace PHPPgAdmin\Controller;
@@ -190,7 +190,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);