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 18:51:32 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-05-22 18:51:32 +0300
commit1d12a6325d6d02552c39faec273956e2fe19212c (patch)
treee8938c8305dd5bd08629889ffd5216ddd3c626a5 /src/controllers/TablespacesController.php
parent4b8bf36517749138d7ce4f27a34573e86d39dd62 (diff)
scrutinizer fixes
Diffstat (limited to 'src/controllers/TablespacesController.php')
-rw-r--r--src/controllers/TablespacesController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 9a5ea5a2..871141bb 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -189,7 +189,7 @@ class TablespacesController extends BaseController
$this->coalesceArr($_POST, 'comment', ($data->hasSharedComments()) ? $tablespace->fields['spccomment'] : '');
- echo '<form action="' . \SUBFOLDER . "/src/views/tablespaces\" method=\"post\">\n";
+ echo '<form action="'.\SUBFOLDER."/src/views/tablespaces\" method=\"post\">\n";
echo $this->misc->form;
echo "<table>\n";
echo "<tr><th class=\"data left required\">{$this->lang['strname']}</th>\n";
@@ -262,7 +262,7 @@ class TablespacesController extends BaseController
echo '<p>', sprintf($this->lang['strconfdroptablespace'], $this->misc->printVal($_REQUEST['tablespace'])), "</p>\n";
- echo '<form action="' . \SUBFOLDER . "/src/views/tablespaces\" method=\"post\">\n";
+ echo '<form action="'.\SUBFOLDER."/src/views/tablespaces\" method=\"post\">\n";
echo $this->misc->form;
echo "<input type=\"hidden\" name=\"action\" value=\"drop\" />\n";
echo '<input type="hidden" name="tablespace" value="', htmlspecialchars($_REQUEST['tablespace']), "\" />\n";
@@ -305,7 +305,7 @@ class TablespacesController extends BaseController
$this->printTitle($this->lang['strcreatetablespace'], 'pg.tablespace.create');
$this->printMsg($msg);
- echo '<form action="' . \SUBFOLDER . "/src/views/tablespaces\" method=\"post\">\n";
+ echo '<form action="'.\SUBFOLDER."/src/views/tablespaces\" method=\"post\">\n";
echo $this->misc->form;
echo "<table>\n";
echo "\t<tr>\n\t\t<th class=\"data left required\">{$this->lang['strname']}</th>\n";