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-02-15 22:10:28 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-02-15 22:10:28 +0300
commit8c47e1b02e634855c2327c07a2770bd910072d70 (patch)
tree27f86a53d1a843aead5dd767ad2a9c9bf001d26d /src/controllers/FulltextController.php
parentd255f96bc2307c5b543b316ff07507267ca1b30e (diff)
csfixer to other folders
Diffstat (limited to 'src/controllers/FulltextController.php')
-rw-r--r--src/controllers/FulltextController.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 0b97a10d..ce45a831 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -324,7 +324,7 @@ class FulltextController extends BaseController
echo '<p>', sprintf($lang['strconfdropftsconfig'], $this->misc->printVal($_REQUEST['ftscfg'])), "</p>\n";
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<p><input type=\"checkbox\" id=\"cascade\" name=\"cascade\" /> <label for=\"cascade\">{$lang['strcascade']}</label></p>\n";
echo "<p><input type=\"hidden\" name=\"action\" value=\"dropconfig\" />\n";
echo '<input type="hidden" name="database" value="', htmlspecialchars($_REQUEST['database']), "\" />\n";
@@ -357,7 +357,7 @@ class FulltextController extends BaseController
echo '<p>', sprintf($lang['strconfdropftsdict'], $this->misc->printVal($_REQUEST['ftsdict'])), "</p>\n";
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<p><input type=\"checkbox\" id=\"cascade\" name=\"cascade\" /> <label for=\"cascade\">{$lang['strcascade']}</label></p>\n";
echo "<p><input type=\"hidden\" name=\"action\" value=\"dropdict\" />\n";
echo '<input type="hidden" name="database" value="', htmlspecialchars($_REQUEST['database']), "\" />\n";
@@ -421,7 +421,7 @@ class FulltextController extends BaseController
$this->printTitle($lang['strftscreateconfig'], 'pg.ftscfg.create');
$this->printMsg($msg);
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<table>\n";
// conf name
echo "\t<tr>\n\t\t<th class=\"data left required\">{$lang['strname']}</th>\n";
@@ -569,7 +569,7 @@ class FulltextController extends BaseController
// Fetch all FTS parsers from the database
$ftsparsers = $data->getFtsParsers();
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<table>\n";
echo "\t<tr>\n";
@@ -886,7 +886,7 @@ class FulltextController extends BaseController
$this->printTitle($lang['strftscreatedict'], 'pg.ftsdict.create');
$this->printMsg($msg);
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<table>\n";
echo "\t<tr>\n\t\t<th class=\"data left required\">{$lang['strname']}</th>\n";
echo "\t\t<td class=\"data1\"><input name=\"formName\" size=\"32\" maxlength=\"{$data->_maxNameLen}\" value=\"",
@@ -1046,7 +1046,7 @@ class FulltextController extends BaseController
$_POST['formName'] = $_REQUEST['ftsdict'];
}
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<table>\n";
echo "\t<tr>\n";
@@ -1120,7 +1120,7 @@ class FulltextController extends BaseController
$this->printTrail('ftscfg'); // TODO: proper breadcrumbs
$this->printTitle($lang['strdrop'], 'pg.ftscfg.alter');
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
// Case of multiaction drop
if (isset($_REQUEST['ma'])) {
@@ -1186,7 +1186,7 @@ class FulltextController extends BaseController
$_POST['ftscfg'] = $_REQUEST['ftscfg'];
}
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<table>\n";
echo "\t<tr>\n";
@@ -1292,7 +1292,7 @@ class FulltextController extends BaseController
$mappings = $data->getFtsMappings($_POST['ftscfg']);
- echo '<form action="' . SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
+ echo '<form action="' . \SUBFOLDER . "/src/views/fulltext.php\" method=\"post\">\n";
echo "<table>\n";
echo "\t<tr>\n";
echo "\t\t<th class=\"data left required\">{$lang['strftsmapping']}</th>\n";