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>2020-12-30 04:48:08 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2020-12-30 04:48:08 +0300
commit17b11f19ad8c2dfe6b6d26c18c00105db2cfe03b (patch)
tree9c78eef00a0472350469d881d50c2aa717c05df3
parent80fa75a201f9a55089a8fe8886bf7f11075da338 (diff)
bump version to 6.1.3
-rw-r--r--.php_cs.php2
-rw-r--r--composer.json3
-rw-r--r--composer.lock4
-rw-r--r--index.php2
-rw-r--r--mk_linters.mk13
-rw-r--r--src/classes/ADONewConnection.php2
-rw-r--r--src/classes/ADORecordSet.php2
-rw-r--r--src/classes/ADOdbException.php2
-rw-r--r--src/classes/ArrayRecordSet.php2
-rw-r--r--src/classes/Connection.php9
-rw-r--r--src/classes/ContainerHandlers.php2
-rw-r--r--src/classes/ContainerUtils.php2
-rw-r--r--src/classes/Misc.php2
-rw-r--r--src/classes/Translations.php2
-rw-r--r--src/classes/ViewManager.php2
-rw-r--r--src/controllers/AcinsertController.php2
-rw-r--r--src/controllers/AggregatesController.php2
-rw-r--r--src/controllers/AlldbController.php2
-rw-r--r--src/controllers/BaseController.php46
-rw-r--r--src/controllers/BrowserController.php2
-rw-r--r--src/controllers/CastsController.php2
-rw-r--r--src/controllers/ColpropertiesController.php2
-rw-r--r--src/controllers/ConstraintsController.php2
-rw-r--r--src/controllers/ConversionsController.php2
-rw-r--r--src/controllers/DatabaseController.php2
-rw-r--r--src/controllers/DataexportController.php2
-rw-r--r--src/controllers/DataimportController.php2
-rw-r--r--src/controllers/DbexportController.php2
-rw-r--r--src/controllers/DisplayController.php4
-rw-r--r--src/controllers/DomainsController.php2
-rw-r--r--src/controllers/FulltextController.php2
-rw-r--r--src/controllers/FunctionsController.php2
-rw-r--r--src/controllers/GroupsController.php2
-rw-r--r--src/controllers/HelpController.php2
-rw-r--r--src/controllers/HistoryController.php2
-rw-r--r--src/controllers/IndexesController.php2
-rw-r--r--src/controllers/InfoController.php2
-rw-r--r--src/controllers/IntroController.php2
-rw-r--r--src/controllers/LanguagesController.php2
-rw-r--r--src/controllers/LoginController.php2
-rw-r--r--src/controllers/MaterializedviewpropertiesController.php2
-rw-r--r--src/controllers/MaterializedviewsController.php2
-rw-r--r--src/controllers/OpclassesController.php2
-rw-r--r--src/controllers/OperatorsController.php2
-rw-r--r--src/controllers/PrivilegesController.php2
-rw-r--r--src/controllers/RolesController.php2
-rw-r--r--src/controllers/RulesController.php2
-rw-r--r--src/controllers/SchemasController.php2
-rw-r--r--src/controllers/SequencesController.php2
-rw-r--r--src/controllers/ServersController.php2
-rw-r--r--src/controllers/SqlController.php2
-rw-r--r--src/controllers/SqleditController.php2
-rw-r--r--src/controllers/TablesController.php2
-rw-r--r--src/controllers/TablespacesController.php2
-rw-r--r--src/controllers/TblpropertiesController.php2
-rw-r--r--src/controllers/TreeController.php2
-rw-r--r--src/controllers/TriggersController.php2
-rw-r--r--src/controllers/TypesController.php2
-rw-r--r--src/controllers/UsersController.php2
-rw-r--r--src/controllers/ViewpropertiesController.php2
-rw-r--r--src/controllers/ViewsController.php2
-rw-r--r--src/database/ADOdbBase.php2
-rw-r--r--src/database/Connection.php2
-rw-r--r--src/database/Postgres.php2
-rw-r--r--src/database/Postgres10.php2
-rw-r--r--src/database/Postgres11.php2
-rw-r--r--src/database/Postgres12.php2
-rw-r--r--src/database/Postgres13.php2
-rw-r--r--src/database/Postgres90.php2
-rw-r--r--src/database/Postgres91.php2
-rw-r--r--src/database/Postgres92.php2
-rw-r--r--src/database/Postgres93.php2
-rw-r--r--src/database/Postgres94.php2
-rw-r--r--src/database/Postgres95.php2
-rw-r--r--src/database/Postgres96.php2
-rw-r--r--src/database/databasetraits/AggregateTrait.php2
-rw-r--r--src/database/databasetraits/ColumnTrait.php2
-rw-r--r--src/database/databasetraits/DatabaseTrait.php2
-rw-r--r--src/database/databasetraits/DomainTrait.php2
-rw-r--r--src/database/databasetraits/FtsTrait.php2
-rw-r--r--src/database/databasetraits/FunctionTrait.php2
-rw-r--r--src/database/databasetraits/HasTrait.php2
-rw-r--r--src/database/databasetraits/IndexTrait.php2
-rw-r--r--src/database/databasetraits/OperatorTrait.php2
-rw-r--r--src/database/databasetraits/PrivilegesTrait.php2
-rw-r--r--src/database/databasetraits/RoleTrait.php2
-rw-r--r--src/database/databasetraits/RowTrait.php2
-rw-r--r--src/database/databasetraits/SchemaTrait.php2
-rw-r--r--src/database/databasetraits/SequenceTrait.php2
-rw-r--r--src/database/databasetraits/StatsTrait.php2
-rw-r--r--src/database/databasetraits/TableTrait.php2
-rw-r--r--src/database/databasetraits/TablespaceTrait.php2
-rw-r--r--src/database/databasetraits/TriggerTrait.php2
-rw-r--r--src/database/databasetraits/TypeTrait.php2
-rw-r--r--src/database/databasetraits/ViewTrait.php2
-rw-r--r--src/decorators/ActionUrlDecorator.php2
-rw-r--r--src/decorators/ArrayMergeDecorator.php2
-rw-r--r--src/decorators/BranchUrlDecorator.php2
-rw-r--r--src/decorators/CallbackDecorator.php2
-rw-r--r--src/decorators/ConcatDecorator.php2
-rw-r--r--src/decorators/Decorator.php2
-rw-r--r--src/decorators/FieldDecorator.php2
-rw-r--r--src/decorators/IfEmptyDecorator.php2
-rw-r--r--src/decorators/RedirectUrlDecorator.php2
-rw-r--r--src/decorators/ReplaceDecorator.php2
-rw-r--r--src/decorators/UrlDecorator.php2
-rw-r--r--src/help/PostgresDoc.php2
-rw-r--r--src/help/PostgresDoc10.php2
-rw-r--r--src/help/PostgresDoc11.php2
-rw-r--r--src/help/PostgresDoc12.php2
-rw-r--r--src/help/PostgresDoc90.php2
-rw-r--r--src/help/PostgresDoc91.php2
-rw-r--r--src/help/PostgresDoc92.php2
-rw-r--r--src/help/PostgresDoc93.php2
-rw-r--r--src/help/PostgresDoc94.php2
-rw-r--r--src/help/PostgresDoc95.php2
-rw-r--r--src/help/PostgresDoc96.php2
-rw-r--r--src/lib.inc.php2
-rw-r--r--src/middleware/Middleware.php2
-rw-r--r--src/middleware/PopulateRequestResponse.php2
-rw-r--r--src/router.php3
-rw-r--r--src/traits/AdminTrait.php2
-rw-r--r--src/traits/ExportTrait.php2
-rw-r--r--src/traits/FormTrait.php2
-rw-r--r--src/traits/HelperTrait.php2
-rw-r--r--src/traits/InsertEditRowTrait.php2
-rw-r--r--src/traits/MiscTrait.php2
-rw-r--r--src/traits/ServersTrait.php2
-rw-r--r--src/traits/ViewsMatViewsPropertiesTrait.php2
-rw-r--r--src/traits/ViewsMatviewsTrait.php2
-rw-r--r--src/translations/AbstractLang.php2
-rw-r--r--src/translations/Afrikaans.php2
-rw-r--r--src/translations/Arabic.php2
-rw-r--r--src/translations/Catalan.php2
-rw-r--r--src/translations/ChineseSim.php2
-rw-r--r--src/translations/ChineseTr.php2
-rw-r--r--src/translations/ChineseUtf8ZhCn.php2
-rw-r--r--src/translations/ChineseUtf8ZhTw.php2
-rw-r--r--src/translations/Czech.php2
-rw-r--r--src/translations/Danish.php2
-rw-r--r--src/translations/Dutch.php2
-rw-r--r--src/translations/English.php2
-rw-r--r--src/translations/French.php2
-rw-r--r--src/translations/Galician.php2
-rw-r--r--src/translations/German.php2
-rw-r--r--src/translations/Greek.php2
-rw-r--r--src/translations/Hebrew.php2
-rw-r--r--src/translations/Hungarian.php2
-rw-r--r--src/translations/Italian.php2
-rw-r--r--src/translations/Japanese.php2
-rw-r--r--src/translations/Lithuanian.php2
-rw-r--r--src/translations/Mongol.php2
-rw-r--r--src/translations/Polish.php2
-rw-r--r--src/translations/PortugueseBr.php2
-rw-r--r--src/translations/PortuguesePt.php2
-rw-r--r--src/translations/Romanian.php2
-rw-r--r--src/translations/Russian.php2
-rw-r--r--src/translations/RussianUtf8.php2
-rw-r--r--src/translations/Slovak.php2
-rw-r--r--src/translations/Spanish.php2
-rw-r--r--src/translations/Swedish.php2
-rw-r--r--src/translations/Turkish.php2
-rw-r--r--src/translations/Ukrainian.php2
-rw-r--r--src/xhtml/HTMLController.php2
-rw-r--r--src/xhtml/HTMLFooterController.php2
-rw-r--r--src/xhtml/HTMLHeaderController.php2
-rw-r--r--src/xhtml/HTMLNavbarController.php2
-rw-r--r--src/xhtml/HTMLTableController.php2
-rw-r--r--src/xhtml/XHtmlButton.php2
-rw-r--r--src/xhtml/XHtmlElement.php2
-rw-r--r--src/xhtml/XHtmlOption.php2
-rw-r--r--src/xhtml/XHtmlSelect.php2
-rw-r--r--src/xhtml/XHtmlSimpleElement.php2
-rw-r--r--tests/_support/AcceptanceTester.php2
-rw-r--r--tests/_support/FunctionalTester.php2
-rw-r--r--tests/_support/Helper/Acceptance.php2
-rw-r--r--tests/_support/Helper/Functional.php2
-rw-r--r--tests/_support/Helper/Unit.php2
-rw-r--r--tests/_support/UnitTester.php2
-rw-r--r--tests/_support/_generated/UnitTesterActions.php2
-rw-r--r--tests/unit/DataEntitiesTest.php2
-rw-r--r--tests/unit/PublicSectionsTest.php2
-rw-r--r--tests/unit/TablesAndViewsTest.php2
-rw-r--r--tests/unit/UserEntitiesTest.php2
-rw-r--r--tests/unit/ViewTest.php2
-rw-r--r--tests/views/acinsert.php2
-rw-r--r--tests/views/aggregates.php2
-rw-r--r--tests/views/alldb.php2
-rw-r--r--tests/views/browser.php2
-rw-r--r--tests/views/casts.php2
-rw-r--r--tests/views/colproperties.php2
-rw-r--r--tests/views/constraints.php2
-rw-r--r--tests/views/conversions.php2
-rw-r--r--tests/views/database.php2
-rw-r--r--tests/views/dataexport.php2
-rw-r--r--tests/views/dataimport.php2
-rw-r--r--tests/views/dbexport.php2
-rw-r--r--tests/views/display.php2
-rw-r--r--tests/views/domains.php2
-rw-r--r--tests/views/fulltext.php2
-rw-r--r--tests/views/functions.php2
-rw-r--r--tests/views/groups.php2
-rw-r--r--tests/views/help.php2
-rw-r--r--tests/views/history.php2
-rw-r--r--tests/views/indexes.php2
-rw-r--r--tests/views/info.php2
-rw-r--r--tests/views/intro.php2
-rw-r--r--tests/views/languages.php2
-rw-r--r--tests/views/login.php2
-rw-r--r--tests/views/materializedviewproperties.php2
-rw-r--r--tests/views/materializedviews.php2
-rw-r--r--tests/views/opclasses.php2
-rw-r--r--tests/views/operators.php2
-rw-r--r--tests/views/privileges.php2
-rw-r--r--tests/views/roles.php2
-rw-r--r--tests/views/rules.php2
-rw-r--r--tests/views/schemas.php2
-rw-r--r--tests/views/sequences.php2
-rw-r--r--tests/views/servers.php2
-rw-r--r--tests/views/sql.php2
-rw-r--r--tests/views/sqledit.php2
-rw-r--r--tests/views/tables.php2
-rw-r--r--tests/views/tablespaces.php2
-rw-r--r--tests/views/tblproperties.php2
-rw-r--r--tests/views/triggers.php2
-rw-r--r--tests/views/types.php2
-rw-r--r--tests/views/users.php2
-rw-r--r--tests/views/viewproperties.php2
-rw-r--r--tests/views/views.php2
229 files changed, 252 insertions, 274 deletions
diff --git a/.php_cs.php b/.php_cs.php
index 1c5b6884..df39837a 100644
--- a/.php_cs.php
+++ b/.php_cs.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
use Ergebnis\PhpCsFixer\Config;
diff --git a/composer.json b/composer.json
index 60a67915..7dd8ba7a 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,6 @@
"php": ">=7.2",
"ext-json": "*",
"ext-mbstring": "*",
- "ext-json": "*",
"ext-pgsql": "*",
"ext-xml": "*",
"adodb/adodb-php": "^5.20",
@@ -43,7 +42,7 @@
"vimeo/psalm": "~3.9.3"
},
"extra": {
- "version": "6.0.0"
+ "version": "6.1.3"
},
"autoload": {
"psr-4": {
diff --git a/composer.lock b/composer.lock
index f781e0ca..b2cbd081 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "7cc086a62801adc7300f58ecdbdc9ad1",
+ "content-hash": "7d3f9f022e585bed515ca4aec278db0a",
"packages": [
{
"name": "adodb/adodb-php",
@@ -5879,7 +5879,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
- "prefer-stable": false,
+ "prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.2",
diff --git a/index.php b/index.php
index d4894d59..6971e346 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// This section is made to be able to parse requests coming from PHP Builtin webserver
diff --git a/mk_linters.mk b/mk_linters.mk
index 6f3ea7d6..fc76e7cc 100644
--- a/mk_linters.mk
+++ b/mk_linters.mk
@@ -16,19 +16,6 @@ WHITE=\033[0m
GREEN=\u001B[32m
-csfixer:
- @if [ -f "vendor/bin/php-cs-fixer" ]; then \
- echo "XDEBUG was: "$(XDSWI_STATUS) ;\
- ${MAKE} disable_xdebug --no-print-directory ;\
- mkdir -p .build/php-cs-fixer ;\
- vendor/bin/php-cs-fixer fix --config=.php_cs.php --diff --diff-format=udiff --dry-run --verbose ;\
- ${MAKE} enable_xdebug new_status=$(XDSWI_STATUS) --no-print-directory;\
- else \
- echo -e "$(GREEN)php-cs-fixer$(WHITE) is $(RED)NOT$(WHITE) installed. " ;\
- echo -e "Install it with $(GREEN)composer install --dev friendsofphp/php-cs-fixer$(WHITE)" ;\
- fi ;\
- sudo rm -rf temp/route.cache.php
-
disable_xdebug:
diff --git a/src/classes/ADONewConnection.php b/src/classes/ADONewConnection.php
index 5ee2b239..4df6f6fa 100644
--- a/src/classes/ADONewConnection.php
+++ b/src/classes/ADONewConnection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index 2d0e9ec0..caee69f0 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index 8211297c..cb405343 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 23a3e84a..2668321d 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Connection.php b/src/classes/Connection.php
index 81809416..c0adc49f 100644
--- a/src/classes/Connection.php
+++ b/src/classes/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
@@ -196,12 +196,5 @@ class Connection
$this->conn->connect($dsnString, $user, $password);
return $this->conn;
- ): \ADODB_pdo {
- $this->conn = ADONewConnection('pdo');
- $this->conn->setFetchMode($fetchMode);
- $dsnString = \sprintf('pgsql:host=%s;port=%d;dbname=%s;sslmode=%s;application_name=PHPPgAdmin6', $host, $port, $database, $sslmode);
- $this->conn->connect($dsnString, $user, $password);
-
- return $this->conn;
}
}
diff --git a/src/classes/ContainerHandlers.php b/src/classes/ContainerHandlers.php
index fc5e716c..9cc5cb1a 100644
--- a/src/classes/ContainerHandlers.php
+++ b/src/classes/ContainerHandlers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index dffc30e0..7187c10e 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index 841a0ace..46f52640 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index e8322939..517f0bbf 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ViewManager.php b/src/classes/ViewManager.php
index 1e79f53d..f9da54ef 100644
--- a/src/classes/ViewManager.php
+++ b/src/classes/ViewManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 3b83d533..e687ceb1 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index c8be5ca6..384152f7 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index f4fa9d3b..1118ae53 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index 2bdb2cd9..3c8fda18 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
@@ -66,8 +66,6 @@ class BaseController
/**
* @var \PHPPgAdmin\ContainerUtils
*/
- * @var \PHPPgAdmin\ContainerUtils
- */
protected $container;
protected $script;
@@ -148,28 +146,9 @@ class BaseController
if (true === $this->no_db_connection) {
$this->misc->setNoDBConnection(true);
}
-$this->renderInitialPageIfNotLogged();
-
+ $this->renderInitialPageIfNotLogged();
}
-private function renderInitialPageIfNotLogged() {
- if (false === $this->misc->getNoDBConnection()) {
- if (null === $this->misc->getServerId()) {
- $servers_controller = new \PHPPgAdmin\Controller\ServersController($this->container);
-
- $servers_controller->render();
- } else {
- $_server_info = $this->misc->getServerInfo();
- // Redirect to the login form if not logged in
- if (!isset($_server_info['username'])) {
- $msg = \sprintf($this->lang['strlogoutmsg'], $_server_info['desc']);
-
- $servers_controller = new \PHPPgAdmin\Controller\ServersController($container);
- $servers_controller->render();
- }
- }
- }
-}
/**
* Default method to render the controller according to the action parameter. It should return with a PSR
* responseObject but it prints texts whatsoeever.
@@ -499,6 +478,27 @@ private function renderInitialPageIfNotLogged() {
return $html;
}
+ private function renderInitialPageIfNotLogged(): void
+ {
+ if (false === $this->misc->getNoDBConnection()) {
+ if (null === $this->misc->getServerId()) {
+ $servers_controller = new \PHPPgAdmin\Controller\ServersController($this->container);
+
+ $servers_controller->render();
+ } else {
+ $_server_info = $this->misc->getServerInfo();
+ // Redirect to the login form if not logged in
+ if (!isset($_server_info['username'])) {
+ $msg = \sprintf($this->lang['strlogoutmsg'], $_server_info['desc']);
+
+ $servers_controller = new \PHPPgAdmin\Controller\ServersController($container);
+
+ $servers_controller->render();
+ }
+ }
+ }
+ }
+
private function _getTableController()
{
if (null === $this->_table_controller) {
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index c978b76b..60c35221 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 394d31d5..653e9b1b 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 915e10d6..7831953a 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index f3c016cb..b3cbfb98 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index 5eff234d..d522ef50 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index 4da3d561..1948be25 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index e205d562..fa079546 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index d56f42b4..4b7dfb61 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 95c72b07..aff36731 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index d95a99a1..88a6d921 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
@@ -215,7 +215,7 @@ class DisplayController extends BaseController
'search_path' => $_REQUEST['search_path'] ?? null,
'table' => $_REQUEST['table'] ?? null,
'nohistory' => $_REQUEST['nohistory'] ?? null,
- 'subject'=>$subject
+ 'subject' => $subject,
];
$this->coalesceArr($_REQUEST, 'query');
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index 4be8c1cf..b1e4c57c 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 0f13a5ac..0aef9014 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index bc740da2..0d8c17d4 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index 0f88d4b8..de992329 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 347d4a3b..2f9ee8ec 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index d985f3e4..e5fcf4ed 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 2bdfd9b8..604242d1 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 76031643..93cc6130 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 31d28215..993fbdcc 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index f694cdc2..06cf11cc 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index 770be030..8ab7fe76 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index d3a4126d..7cbbf275 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index 35b00836..053b31e6 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 9b4ba99a..73769d6f 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 602fbaaf..562e117a 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 18c6dc96..c5e5498e 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 653db4c1..85c932dd 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index 5975b5af..852ef66f 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index f9fc577c..83bf73af 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 8b123395..b7848092 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index c02645d3..a7f12968 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index ca691edd..2ef31863 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 3a6a62c9..acbfea6c 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 3acc3853..a665cdd0 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 85a0cfbb..5cd26579 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 254c09d3..5a9acd87 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TreeController.php b/src/controllers/TreeController.php
index 03ec4af6..25c238d4 100644
--- a/src/controllers/TreeController.php
+++ b/src/controllers/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index 2c1eab77..e3548ed5 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index 7fb8289b..8e01c57b 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index 54dcf344..4602565b 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index 26d5b208..c0c4a31f 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 28a44422..46bdd4ca 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 9cca6b76..9944def5 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index db541416..f3fedba7 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index b94ebbe8..fb8ea8cf 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index a076d824..364acbdb 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index 9dfce029..8e420ddc 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index aa8495e1..82185c50 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres13.php b/src/database/Postgres13.php
index 853d5b8c..709bcd1a 100644
--- a/src/database/Postgres13.php
+++ b/src/database/Postgres13.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 2b06faf0..cf4b6dad 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 43fec0ca..3f2a7950 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index 4e78d22c..2e2eb976 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index f39a3842..5e2b0b74 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index 0f23d0a0..ab4d8dd1 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 023b24d8..885150b7 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index 2f74c9cf..289fd295 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index 98f09be1..8383d905 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index 63c73836..c365b222 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index c0342708..84981611 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index 88d5f593..4289a4dc 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 3034b623..98149e40 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index 9c2555da..5162f4d1 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index 895449e5..d78a268b 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index ca328c10..2913623e 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index b6da2376..b0c258ac 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index bb552238..823360c8 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index d540f899..d3203c0a 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index 3ddd05a1..28532a79 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index 32e5af68..7d48dc57 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index ba6dafbf..14ceaeb6 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index 9c881327..85fcab7a 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index eec71a9e..8b1e800f 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index 18771b48..11396e33 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index 5ab24c1c..e6d8c634 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index f3573e78..b52b28f3 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index fe89fb63..41fe4c2a 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 26ecfc3c..28f56efe 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 6ad23706..75d4d104 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index 0b3cb1ac..c07e04cb 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 970370c6..4c4d0cc9 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index b2e720fb..41124154 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 5609e5e9..c23f75d8 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index 5d45ec75..9ded828c 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 88ac5e03..8116773d 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index 9aebb881..beff430c 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 86711fba..3680d8b2 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index fabfb542..2051d1b8 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc.php b/src/help/PostgresDoc.php
index b82f1102..cfea2190 100644
--- a/src/help/PostgresDoc.php
+++ b/src/help/PostgresDoc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 6e5e9ec1..8489e926 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc11.php b/src/help/PostgresDoc11.php
index 19b24e97..cbb54036 100644
--- a/src/help/PostgresDoc11.php
+++ b/src/help/PostgresDoc11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc12.php b/src/help/PostgresDoc12.php
index 0bc63c25..ba09bd56 100644
--- a/src/help/PostgresDoc12.php
+++ b/src/help/PostgresDoc12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index fb1493f6..ce2b45fe 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index 66c2230c..8c517fe0 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index e86f7f00..41b5c71b 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index 6a9b0626..fa686032 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index fe8d2677..8ca9575b 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 7759ce44..d29a3088 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index 7e43a998..3be10ff3 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Help;
diff --git a/src/lib.inc.php b/src/lib.inc.php
index 139b6f05..79d186db 100644
--- a/src/lib.inc.php
+++ b/src/lib.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
use Slim\App;
diff --git a/src/middleware/Middleware.php b/src/middleware/Middleware.php
index 233132a5..9b0b0939 100644
--- a/src/middleware/Middleware.php
+++ b/src/middleware/Middleware.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Middleware;
diff --git a/src/middleware/PopulateRequestResponse.php b/src/middleware/PopulateRequestResponse.php
index e453d666..84e55aee 100644
--- a/src/middleware/PopulateRequestResponse.php
+++ b/src/middleware/PopulateRequestResponse.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Middleware;
diff --git a/src/router.php b/src/router.php
index 4d252d6b..dcd12641 100644
--- a/src/router.php
+++ b/src/router.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
require_once __DIR__ . '/lib.inc.php';
@@ -23,7 +23,6 @@ $app->get('/status', function (
\Slim\Http\Response $response,
array $args
) {
-
return $response
->withHeader('Content-type', 'application/json')
->withJson(
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index be95a1b2..4f46029d 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index 9098c2df..4ffbf79d 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index b6089083..85d7f54f 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index e7c3d1ef..f869ffd6 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 742d518f..27821d04 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index be7a390c..dc44bea1 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index 30353bd0..16533cb9 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index 600c1da5..acc373c6 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index 15813802..d2cade2c 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/AbstractLang.php b/src/translations/AbstractLang.php
index 84a6ee92..27f9f656 100644
--- a/src/translations/AbstractLang.php
+++ b/src/translations/AbstractLang.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index 4a29df04..eadb8fc3 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index 2bd22f60..219d3908 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index 962f8803..571d07c6 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index 7226d468..7fd1f59f 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index e6769dbf..e84ec640 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index 65e85201..d8fada44 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index 7edf1027..96f60c65 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index a3a5d3e3..4e23abed 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index 2603f9eb..65cdc5c5 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index 26a2137b..ce1cbc2c 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index 007157a1..450c1ddf 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index 32047076..8950216f 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index 37da8d75..294763fb 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index 3057dfdd..b7a45905 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index b02b2c17..e48cdd49 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index e92f2818..413a7af4 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index d08856a0..0fa567a6 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index 976a143f..e3991ee2 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index 6af1161e..807b4bad 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index 428d675c..840171c0 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index b74aedf4..a0bb1119 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index a40cb2fc..f85a013f 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index d033e61f..f26c3d6f 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index 3f876f6a..c713dcf7 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index 77976706..d3233d04 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index 37d4a930..3a61b037 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index 4aad8cad..74d1abff 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index 6427a83d..eed0c99f 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index 63bb9e18..6998b5eb 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index 23818a96..0fb41e08 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index ab32559e..56be0436 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index 5029df01..5e8a5534 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index 192253e7..1b70a205 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index e529a56f..a2c0159f 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 41b70086..1faa794b 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index fe0c28cf..85114588 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 41391ab8..8575ad0b 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index c3bf3c65..66980924 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index c04e31a9..576669f8 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 6506f866..0c721fca 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index d1941586..e59e608d 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index fa529fa8..157ffcd3 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index 127f572e..3a798148 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index cff8b3dc..36133270 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index eff45380..6645e3d9 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index 73591ecb..8aeab4ee 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index abb182cc..8cf3dc20 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace Helper;
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index 8855b2d1..551c7896 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php
index 37f05f37..9b7bd10e 100644
--- a/tests/_support/_generated/UnitTesterActions.php
+++ b/tests/_support/_generated/UnitTesterActions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
namespace _generated;
diff --git a/tests/unit/DataEntitiesTest.php b/tests/unit/DataEntitiesTest.php
index b076f184..350e56d6 100644
--- a/tests/unit/DataEntitiesTest.php
+++ b/tests/unit/DataEntitiesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/unit/PublicSectionsTest.php b/tests/unit/PublicSectionsTest.php
index bd1d57ba..8fb67fa2 100644
--- a/tests/unit/PublicSectionsTest.php
+++ b/tests/unit/PublicSectionsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/unit/TablesAndViewsTest.php b/tests/unit/TablesAndViewsTest.php
index a362805f..933e3c02 100644
--- a/tests/unit/TablesAndViewsTest.php
+++ b/tests/unit/TablesAndViewsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/unit/UserEntitiesTest.php b/tests/unit/UserEntitiesTest.php
index 76072ed3..e08b942d 100644
--- a/tests/unit/UserEntitiesTest.php
+++ b/tests/unit/UserEntitiesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index b758f7c1..eb40916b 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index c50827ff..de753ffc 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index e31c07e8..558be981 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index 0490a7cf..016077db 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index c251399a..adc08f62 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/casts.php b/tests/views/casts.php
index f4ca3c58..181d1471 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index 00031e7f..0ddd8472 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index 18478a3b..a9b27aa6 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index b6138066..9a278add 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index 07b7eb33..447c8727 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index 4f0602c0..5b1ed004 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index 8f1c2942..1ff953e8 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index c3d11111..fa6539f7 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/display.php b/tests/views/display.php
index 6262231d..f8f1442a 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index 7ad4d018..62183885 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index 682c6b19..26920f49 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index a54e99f5..23cadeaf 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index 795e82b9..79696a67 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index 173bd3e1..aa5c336d 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index 4b1bf678..a9b909e7 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index de23a673..f05730bf 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index f92d7076..98592222 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index e83d3e91..e3939934 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/languages.php b/tests/views/languages.php
index 4639ac49..952f5e3b 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index c9e5d9ca..0d2f023d 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index 11a634b9..20088164 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index 42cb762c..239285c7 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index 829b1a84..1fcba912 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 1645d318..0ef6d4c9 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index 1d258626..c7e65375 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/roles.php b/tests/views/roles.php
index e406ef89..ef16b389 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index 727db862..03495c7d 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index c1f0c3f2..a70c7d35 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index 30056f52..e6bd3d85 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index 9792e696..f914c811 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/sql.php b/tests/views/sql.php
index 301773a3..ee070943 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index 4dc09945..9552a571 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index 0d92b0a2..64de343d 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
/**
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index 284dbc70..9c034ff5 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index dbf2d91e..d2b18404 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index e831f54d..57c34ed8 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index 7880501c..925fae99 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index 0c853df8..57204c79 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index 60c65155..a1c6828b 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index c66fdcb4..05cef4ac 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.0
+ * PHPPgAdmin 6.1.3
*/
// Include application functions