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:
authorffflabs <amenadiel@gmail.com>2020-05-25 16:14:55 +0300
committerffflabs <amenadiel@gmail.com>2020-05-25 16:14:55 +0300
commit1f03c41543592f41ae17a3ae1606aeed38a23570 (patch)
treebf48c84ab162c691dec9fbff109fdac74496abab
parent3a069a8a0f172b0f28f103b16f56ff7b3cf7fe15 (diff)
Creating Tag v6.0.0 at 2020-05-25 - its time to bump to a real release
-rw-r--r--.php_cs2
-rw-r--r--composer.lock2
-rw-r--r--index.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/ContainerUtils.php144
-rw-r--r--src/classes/Misc.php44
-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.php2
-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.php2
-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/Postgres74.php2
-rw-r--r--src/database/Postgres80.php2
-rw-r--r--src/database/Postgres81.php2
-rw-r--r--src/database/Postgres82.php2
-rw-r--r--src/database/Postgres83.php2
-rw-r--r--src/database/Postgres84.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/PostgresDoc10.php2
-rw-r--r--src/help/PostgresDoc11.php2
-rw-r--r--src/help/PostgresDoc12.php2
-rw-r--r--src/help/PostgresDoc74.php2
-rw-r--r--src/help/PostgresDoc80.php2
-rw-r--r--src/help/PostgresDoc81.php2
-rw-r--r--src/help/PostgresDoc82.php2
-rw-r--r--src/help/PostgresDoc83.php2
-rw-r--r--src/help/PostgresDoc84.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.php18
-rw-r--r--src/router.php14
-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/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
234 files changed, 340 insertions, 340 deletions
diff --git a/.php_cs b/.php_cs
index 2fd7d75d..6ed943a5 100644
--- a/.php_cs
+++ b/.php_cs
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
use Ergebnis\PhpCsFixer\Config;
diff --git a/composer.lock b/composer.lock
index 7b0d1916..45dc9e0b 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": "23a5ca7c90ecaeca39b57967bc7be923",
+ "content-hash": "a9c8bd6594d2cc3e077c341395bdd5c2",
"packages": [
{
"name": "adodb/adodb-php",
diff --git a/index.php b/index.php
index 1e3d721a..d4894d59 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// This section is made to be able to parse requests coming from PHP Builtin webserver
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index 28ff38ef..05ed7b75 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index 7471392a..59456343 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 437a75f5..692d8236 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index e2c99858..36e4b2a6 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
@@ -65,55 +65,55 @@ class ContainerUtils
public function __construct()
{
$composerinfo = \json_decode(\file_get_contents(BASE_PATH . '/composer.json'));
- $appVersion = $composerinfo->extra->version;
+ $appVersion = $composerinfo->extra->version;
$phpMinVer = (\str_replace(['<', '>', '='], '', $composerinfo->require->php));
//$this->prtrace($appVersion);
//$this->dump($composerinfo);
$settings = [
'determineRouteBeforeAppMiddleware' => true,
- 'base_path' => self::BASE_PATH,
- 'subfolder' => self::SUBFOLDER,
- 'debug' => self::DEBUGMODE,
+ 'base_path' => self::BASE_PATH,
+ 'subfolder' => self::SUBFOLDER,
+ 'debug' => self::DEBUGMODE,
// Configuration file version. If this is greater than that in config.inc.php, then
// the app will refuse to run. This and $conf['version'] should be incremented whenever
// backwards incompatible changes are made to config.inc.php-dist.
- 'base_version' => 61,
+ 'base_version' => 61,
// Application version
- 'appVersion' => 'v' . $appVersion,
+ 'appVersion' => 'v' . $appVersion,
// Application name
- 'appName' => 'phpPgAdmin6',
+ 'appName' => 'phpPgAdmin6',
// PostgreSQL and PHP minimum version
- 'postgresqlMinVer' => '9.3',
- 'phpMinVer' => $phpMinVer,
- 'displayErrorDetails' => self::DEBUGMODE,
- 'addContentLengthHeader' => false,
+ 'postgresqlMinVer' => '9.3',
+ 'phpMinVer' => $phpMinVer,
+ 'displayErrorDetails' => self::DEBUGMODE,
+ 'addContentLengthHeader' => false,
];
if (!self::DEBUGMODE && !IN_TEST) {
$settings['routerCacheFile'] = self::BASE_PATH . '/temp/route.cache.php';
}
$config = [
- 'msg' => '',
+ 'msg' => '',
'appThemes' => [
- 'default' => 'Default',
+ 'default' => 'Default',
'cappuccino' => 'Cappuccino',
- 'gotar' => 'Blue/Green',
- 'bootstrap' => 'Bootstrap3',
+ 'gotar' => 'Blue/Green',
+ 'bootstrap' => 'Bootstrap3',
],
- 'settings' => $settings,
+ 'settings' => $settings,
];
$this->_app = new App($config);
// Fetch DI Container
- $container = $this->_app->getContainer();
- $container['utils'] = $this;
- $container['version'] = 'v' . $appVersion;
- $container['errors'] = [];
- $container['requestobj'] = $container['request'];
+ $container = $this->_app->getContainer();
+ $container['utils'] = $this;
+ $container['version'] = 'v' . $appVersion;
+ $container['errors'] = [];
+ $container['requestobj'] = $container['request'];
$container['responseobj'] = $container['response'];
$this->container = $container;
@@ -172,47 +172,6 @@ class ContainerUtils
return [$_instance->container, self::$_instance->_app];
}
- private function setConf($conf)
- {
- $container = self::getContainerInstance();
- $conf['plugins'] = [];
-
- $container['conf'] = static function ($c) use ($conf) {
- $display_sizes = $conf['display_sizes'];
-
- if (\is_array($display_sizes)) {
- $conf['display_sizes'] = [
- 'schemas' => (bool) isset($display_sizes['schemas']) && true === $display_sizes['schemas'],
- 'tables' => (bool) isset($display_sizes['tables']) && true === $display_sizes['tables'],
- ];
- } else {
- $conf['display_sizes'] = [
- 'schemas' => (bool) $display_sizes,
- 'tables' => (bool) $display_sizes,
- ];
- }
-
- if (!isset($conf['theme'])) {
- $conf['theme'] = 'default';
- }
-
- foreach ($conf['servers'] as &$server) {
- if (!isset($server['port'])) {
- $server['port'] = 5432;
- }
-
- if (!isset($server['sslmode'])) {
- $server['sslmode'] = 'unspecified';
- }
- }
-
- return $conf;
- };
- $container->subfolder = self::SUBFOLDER;
-
- return $this;
- }
-
public function maybeRenderIframes($response, $subject, $query_string)
{
$c = self::getContainerInstance();
@@ -220,14 +179,14 @@ class ContainerUtils
$in_test = $c->view->offsetGet('in_test');
if ('1' === $in_test) {
- $className = '\PHPPgAdmin\Controller\\' . \ucfirst($subject) . 'Controller';
+ $className = '\PHPPgAdmin\Controller\\' . \ucfirst($subject) . 'Controller';
$controller = new $className($c);
return $controller->render();
}
$viewVars = [
- 'url' => '/src/views/' . $subject . ($query_string ? '?' . $query_string : ''),
+ 'url' => '/src/views/' . $subject . ($query_string ? '?' . $query_string : ''),
'headertemplate' => 'header.twig',
];
@@ -348,10 +307,10 @@ class ContainerUtils
$urlvars[$key] = \PHPPgAdmin\Decorators\Decorator::get_sanitized_value($urlvar, $_REQUEST);
}
$_REQUEST = \array_merge($_REQUEST, $urlvars);
- $_GET = \array_merge($_GET, $urlvars);
+ $_GET = \array_merge($_GET, $urlvars);
}
- $actionurl = \PHPPgAdmin\Decorators\Decorator::actionurl($url['url'], $_GET);
+ $actionurl = \PHPPgAdmin\Decorators\Decorator::actionurl($url['url'], $_GET);
$destinationurl = $actionurl->value($_GET);
}
$destinationurl = \str_replace('views/?', "views/{$subject}?", $destinationurl);
@@ -369,13 +328,54 @@ class ContainerUtils
public function addError(string $errormsg): ContainerInterface
{
//dump($errormsg);
- $errors = $this->container->get('errors');
+ $errors = $this->container->get('errors');
$errors[] = $errormsg;
$this->container->offsetSet('errors', $errors);
return $this->container;
}
+ private function setConf($conf)
+ {
+ $container = self::getContainerInstance();
+ $conf['plugins'] = [];
+
+ $container['conf'] = static function ($c) use ($conf) {
+ $display_sizes = $conf['display_sizes'];
+
+ if (\is_array($display_sizes)) {
+ $conf['display_sizes'] = [
+ 'schemas' => (bool) isset($display_sizes['schemas']) && true === $display_sizes['schemas'],
+ 'tables' => (bool) isset($display_sizes['tables']) && true === $display_sizes['tables'],
+ ];
+ } else {
+ $conf['display_sizes'] = [
+ 'schemas' => (bool) $display_sizes,
+ 'tables' => (bool) $display_sizes,
+ ];
+ }
+
+ if (!isset($conf['theme'])) {
+ $conf['theme'] = 'default';
+ }
+
+ foreach ($conf['servers'] as &$server) {
+ if (!isset($server['port'])) {
+ $server['port'] = 5432;
+ }
+
+ if (!isset($server['sslmode'])) {
+ $server['sslmode'] = 'unspecified';
+ }
+ }
+
+ return $conf;
+ };
+ $container->subfolder = self::SUBFOLDER;
+
+ return $this;
+ }
+
/**
* Sets the views.
*
@@ -391,9 +391,9 @@ class ContainerUtils
$container['view'] = static function ($c) {
$misc = $c->misc;
$view = new ViewManager(BASE_PATH . '/assets/templates', [
- 'cache' => BASE_PATH . '/temp/twigcache',
+ 'cache' => BASE_PATH . '/temp/twigcache',
'auto_reload' => $c->get('settings')['debug'],
- 'debug' => $c->get('settings')['debug'],
+ 'debug' => $c->get('settings')['debug'],
], $c);
$misc->setView($view);
@@ -411,7 +411,7 @@ class ContainerUtils
*/
private function setMisc()
{
- $container = self::getContainerInstance();
+ $container = self::getContainerInstance();
$container['misc'] = static function ($c) {
$misc = new \PHPPgAdmin\Misc($c);
@@ -433,7 +433,7 @@ class ContainerUtils
private function setExtra()
{
- $container = self::getContainerInstance();
+ $container = self::getContainerInstance();
$container['flash'] = static function () {
return new \Slim\Flash\Messages();
};
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index bc3cb0ba..e6a17619 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
@@ -88,10 +88,10 @@ class Misc
$this->appLangFiles = $container->get('appLangFiles');
- $this->appName = $container->get('settings')['appName'];
- $this->appVersion = $container->get('settings')['appVersion'];
+ $this->appName = $container->get('settings')['appName'];
+ $this->appVersion = $container->get('settings')['appVersion'];
$this->postgresqlMinVer = $container->get('settings')['postgresqlMinVer'];
- $this->phpMinVer = $container->get('settings')['phpMinVer'];
+ $this->phpMinVer = $container->get('settings')['phpMinVer'];
$base_version = $container->get('settings')['base_version'];
@@ -174,7 +174,7 @@ class Misc
$request_server = $this->serverToSha();
if (1 === \count($this->conf['servers'])) {
- $info = $this->conf['servers'][0];
+ $info = $this->conf['servers'][0];
$this->_server_id = \sha1($info['host'] . ':' . $info['port'] . ':' . $info['sslmode']);
} elseif (null !== $request_server) {
$this->_server_id = $request_server;
@@ -281,7 +281,7 @@ class Misc
*
* @return null|\PHPPgAdmin\Database\ADOdbBase the database accessor instance
*/
- public function getDatabaseAccessor($database = '', $server_id = null): ? \PHPPgAdmin\Database\ADOdbBase
+ public function getDatabaseAccessor($database = '', $server_id = null): ?\PHPPgAdmin\Database\ADOdbBase
{
$lang = $this->lang;
@@ -332,7 +332,7 @@ class Misc
// Create a database wrapper class for easy manipulation of the
// connection.
- $this->_data = new $_type($_connection->conn, $this->container, $server_info);
+ $this->_data = new $_type($_connection->conn, $this->container, $server_info);
$this->_data->platform = $_connection->platform;
//$this->_data->getHelpPages();
@@ -370,7 +370,7 @@ class Misc
if (null !== $server_id) {
$this->_server_id = $server_id;
}
- $server_info = $this->getServerInfo($this->_server_id);
+ $server_info = $this->getServerInfo($this->_server_id);
$database_to_use = $this->getDatabase($database);
// Perform extra security checks if this config option is set
@@ -378,9 +378,9 @@ class Misc
// Disallowed logins if extra_login_security is enabled.
// These must be lowercase.
$bad_usernames = [
- 'pgsql' => 'pgsql',
- 'postgres' => 'postgres',
- 'root' => 'root',
+ 'pgsql' => 'pgsql',
+ 'postgres' => 'postgres',
+ 'root' => 'root',
'administrator' => 'administrator',
];
@@ -442,7 +442,7 @@ class Misc
// Otherwise, look for it in the conf file
foreach ($this->conf['servers'] as $idx => $info) {
$server_string = $info['host'] . ':' . $info['port'] . ':' . $info['sslmode'];
- $server_sha = \sha1($server_string);
+ $server_sha = \sha1($server_string);
if ($this->_server_id === $server_string ||
$this->_server_id === $server_sha
@@ -483,7 +483,7 @@ class Misc
* @param mixed $value the new value, or null to unset the parameter
* @param null|string $server_id the server identifier, or null for current server
*/
- public function setServerInfo($key, $value, $server_id = null) : void
+ public function setServerInfo($key, $value, $server_id = null): void
{
if (null === $server_id) {
$server_id = $this->container->requestobj->getParam('server');
@@ -594,9 +594,9 @@ class Misc
{
$href = [];
- $server = $this->container->server || isset($_REQUEST['server']) ? $_REQUEST['server'] : null;
+ $server = $this->container->server || isset($_REQUEST['server']) ? $_REQUEST['server'] : null;
$database = $this->container->database || isset($_REQUEST['database']) ? $_REQUEST['database'] : null;
- $schema = $this->container->schema || isset($_REQUEST['schema']) ? $_REQUEST['schema'] : null;
+ $schema = $this->container->schema || isset($_REQUEST['schema']) ? $_REQUEST['schema'] : null;
if ($server && 'server' !== $exclude_from) {
$href[] = 'server=' . \urlencode($server);
@@ -665,7 +665,7 @@ class Misc
return false;
}
- $nSize = (float) $a_IniParts[1];
+ $nSize = (float) $a_IniParts[1];
$strUnit = \mb_strtolower($a_IniParts[2]);
switch ($strUnit) {
@@ -709,7 +709,7 @@ class Misc
*
* @return null|string The escaped string
*/
- public function escapeShellArg($str): ? string
+ public function escapeShellArg($str): ?string
{
//$data = $this->getDatabaseAccessor();
$lang = $this->lang;
@@ -754,18 +754,18 @@ class Misc
*
* @param string $script the SQL script to save
*/
- public function saveScriptHistory($script) : void
+ public function saveScriptHistory($script): void
{
[$usec, $sec] = \explode(' ', \microtime());
- $time = ((float) $usec + (float) $sec);
+ $time = ((float) $usec + (float) $sec);
- $server = $this->container->server ? $this->container->server : $_REQUEST['server'];
+ $server = $this->container->server ? $this->container->server : $_REQUEST['server'];
$database = $this->container->database ? $this->container->database : $_REQUEST['database'];
$_SESSION['history'][$server][$database]["{$time}"] = [
- 'query' => $script,
+ 'query' => $script,
'paginate' => !isset($_REQUEST['paginate']) ? 'f' : 't',
- 'queryid' => $time,
+ 'queryid' => $time,
];
}
}
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index f7c22a6a..31f85441 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ViewManager.php b/src/classes/ViewManager.php
index 897a6b17..8c96da42 100644
--- a/src/classes/ViewManager.php
+++ b/src/classes/ViewManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 20377993..3b83d533 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index 2e19ba5d..cc89bf1a 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index dfd1adf1..5aae9e69 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index 09549455..8a03ea5a 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index e7e102d3..c978b76b 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 8f834af4..394d31d5 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index ad1dbc3c..e7bb059a 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index 7d26e34f..edbbaf4a 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index 002df065..5eff234d 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index ef1b4889..0f61acf9 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 4234b694..93f40eaf 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index d658e86a..29ea6a8f 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 9cb8b65e..3e095a1e 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index 1c0275a8..d8b6ec6f 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index bf04ce87..0dc7e8f2 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 9aee7ed6..157f98bb 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index b3eb1c9f..891ad444 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index b046aa8a..b389aece 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 902a05d9..347d4a3b 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index 58c66f9b..6935b27f 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 000d596e..2b4aa54c 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 744b7671..76031643 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index f51877dc..c10231f7 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index ea4fe641..f694cdc2 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index ed0ed67e..9fd9705c 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index 08250faa..c55a18ab 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index d11a50cd..f63c231f 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index c15927e8..9b4ba99a 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 4a0ade89..ab5a546f 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 8e8846fa..8ae7814d 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 7c98500a..583a2e91 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index 6553d2ad..c1f21758 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index 136014c3..dd3a45a6 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 80a38f18..e6b48773 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index d7807abe..ade0da25 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index c1f8226f..59168e44 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index e10d5866..9b4b2085 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 5e60b213..247bd238 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 55aecd54..c1721492 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 35037ae8..9a8ca6ae 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TreeController.php b/src/controllers/TreeController.php
index 9ce9953c..4d55ce57 100644
--- a/src/controllers/TreeController.php
+++ b/src/controllers/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index 0a8e2d4d..9a9c3145 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index 7c1be6e4..43ddda75 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index b4018035..5ce1db89 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index fd74f863..d0ce462a 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 5dc4a9a9..c658f858 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index da986c75..33f180fa 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index e80af309..8c4917eb 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index 0a88afe4..c5c3c1a8 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index d5303f17..880271ed 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index e5950a8a..9d6ac895 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index ae604816..90e79f92 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres13.php b/src/database/Postgres13.php
index acf58da3..d3528398 100644
--- a/src/database/Postgres13.php
+++ b/src/database/Postgres13.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index e9d815fa..c6df56bd 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index 93ff0c0e..20dbf5df 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index 834145ae..c17de74e 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index fc59b452..679a04c8 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 882231e7..583744da 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index f936cca5..d75a3f2c 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 3d32dce4..6315aa6e 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index 944535c7..4b63b6d2 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index 2972c127..34180cef 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 28bd751c..1c41a53c 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index 8ea6fbba..7fe10201 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index fd64cede..d6f1f93b 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index f4f9b0d0..b26589fb 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index 88a603c1..55fd82f8 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index 01b70247..8e6687cb 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index 29f7d18b..10d60e4b 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index c9f34f9c..9c9568cf 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 3a34a408..3034b623 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index 2b0483b6..bdb574c2 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index 1e0d7a8f..aabaa1e9 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index e9ab4cdb..800c0834 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index c49451d4..72193eb7 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index 955a142b..64809813 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index 8191e64c..8804b7df 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index 71c41ee1..a657f796 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index f5c2e8ff..2111f75f 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index db62b1df..644337ef 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index 76827517..deb7edaa 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index 126cfd29..8cbda72f 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index b4578913..a08f99dd 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index 9ffb7b09..2547d392 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index e1bb98ad..f3573e78 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index f5f87b25..b1be08d0 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 13276e8b..31c1e3e2 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index d2b9cc34..6ad23706 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index ed656faf..869162f1 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 065b5cef..57b4b3e4 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 0d902f3d..b2e720fb 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 14c4c0c4..73e9324c 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index 2f8b4ffc..5d45ec75 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 04728a24..88ac5e03 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index edeb3642..90921e0b 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index a10c75d9..86711fba 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index 3b26f6f7..1a7d76ed 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 1b484afc..47fcf9cd 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc11.php b/src/help/PostgresDoc11.php
index d9ae3c94..103f3ed9 100644
--- a/src/help/PostgresDoc11.php
+++ b/src/help/PostgresDoc11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc12.php b/src/help/PostgresDoc12.php
index edbe7b95..0d360c70 100644
--- a/src/help/PostgresDoc12.php
+++ b/src/help/PostgresDoc12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index f163db9b..b606df36 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index b120a974..cbf7f87f 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index dfe2db03..b5fe8916 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 3122e313..b5abc90a 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index d243d105..1a931bcf 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index 5c74eef3..a9ece52b 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index b691de21..ad1419a0 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index 07298512..0b824106 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index 3f32964f..b0ba548d 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index 23d82b5b..8fef2fdb 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index cff885fa..d1e8b024 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 2908ec97..ca816526 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index 6828a86d..f7b7238b 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Help;
diff --git a/src/lib.inc.php b/src/lib.inc.php
index da40c7cf..84adff6b 100644
--- a/src/lib.inc.php
+++ b/src/lib.inc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
\defined('BASE_PATH') || \define('BASE_PATH', \dirname(__DIR__));
diff --git a/src/middleware/Middleware.php b/src/middleware/Middleware.php
index 50ae9bcd..233132a5 100644
--- a/src/middleware/Middleware.php
+++ b/src/middleware/Middleware.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Middleware;
diff --git a/src/middleware/PopulateRequestResponse.php b/src/middleware/PopulateRequestResponse.php
index 23c889df..8a3828cc 100644
--- a/src/middleware/PopulateRequestResponse.php
+++ b/src/middleware/PopulateRequestResponse.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Middleware;
@@ -19,17 +19,17 @@ class PopulateRequestResponse extends Middleware
\Slim\Http\Response $response,
$next
) {
- $container = $this->container;
- $subfolder = $this->getSubfolder();
- $container['requestobj'] = $request;
+ $container = $this->container;
+ $subfolder = $this->getSubfolder();
+ $container['requestobj'] = $request;
$container['responseobj'] = $response;
- $route = $request->getAttribute('route');
+ $route = $request->getAttribute('route');
- $container['server'] = $request->getParam('server');
+ $container['server'] = $request->getParam('server');
$container['database'] = $request->getParam('database');
- $container['schema'] = $request->getParam('schema');
- $misc = $container->get('misc');
- $view = $container->get('view');
+ $container['schema'] = $request->getParam('schema');
+ $misc = $container->get('misc');
+ $view = $container->get('view');
$misc->setHREF();
$view->setForm();
diff --git a/src/router.php b/src/router.php
index 0ddc1508..0d87621a 100644
--- a/src/router.php
+++ b/src/router.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
require_once __DIR__ . '/lib.inc.php';
@@ -32,8 +32,8 @@ $app->post('/redirect/server', function (
$body = $response->getBody();
$misc = $this->misc;
- $loginShared = $request->getParsedBodyParam('loginShared');
- $loginServer = $request->getParsedBodyParam('loginServer');
+ $loginShared = $request->getParsedBodyParam('loginShared');
+ $loginServer = $request->getParsedBodyParam('loginServer');
$loginUsername = $request->getParsedBodyParam('loginUsername');
$loginPassword = $request->getParsedBodyParam('loginPassword_' . \md5($loginServer));
@@ -83,7 +83,7 @@ $app->get('/redirect[/{subject}]', function (
/* @scrutinizer ignore-unused */
array $args
) {
- $subject = (isset($args['subject'])) ? $args['subject'] : 'root';
+ $subject = (isset($args['subject'])) ? $args['subject'] : 'root';
$destinationurl = $this->utils->getDestinationWithLastTab($subject);
return $response->withStatus(302)->withHeader('Location', $destinationurl);
@@ -116,7 +116,7 @@ $app->map(['GET', 'POST'], '/src/views/{subject}', function (
return $response->withStatus(302)->withHeader('Location', $destinationurl);
}
- $className = '\PHPPgAdmin\Controller\\' . \ucfirst($subject) . 'Controller';
+ $className = '\PHPPgAdmin\Controller\\' . \ucfirst($subject) . 'Controller';
$controller = new $className($this);
return $controller->render();
@@ -166,7 +166,7 @@ $app->get('/', function (
return $this->view->maybeRenderIframes($response, $subject, $query_string);
});
-$app->get('[/{path:.*}]', function (
+$app->get('[/{path:.*}]', static function (
/* @scrutinizer ignore-unused */
\Slim\Http\Request $request,
/* @scrutinizer ignore-unused */
@@ -174,7 +174,7 @@ $app->get('[/{path:.*}]', function (
/* @scrutinizer ignore-unused */
array $args
) {
- $filepath = \dirname(__DIR__) . '/' . $args['path'];
+ $filepath = \dirname(__DIR__) . '/' . $args['path'];
$query_string = $request->getUri()->getQuery();
//d($this->subfolder, $args, $query_string, $filepath);
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index 677f0bf1..2fc5b033 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index 4a0ac8ab..ad8bbb11 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index f3029355..dfcd12b1 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index 81e1f4db..347366d1 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 73164942..a6c2ac2a 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index 8d86c288..8adb912b 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index 91c93022..30353bd0 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index c834a574..600c1da5 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index f2d156dc..ca93a1d5 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index 9a41ca46..97743ec8 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index 24cd7cb5..5451b041 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index db2790ba..1af8e393 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index 8ac60648..47c3d69a 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index bb24df87..afabcc6b 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index 1a41e614..9635945c 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index cbd7f55a..a0a01a59 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index 01b3dc74..800026f7 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index 6feb1f5d..e555c502 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index b3b179e7..80e387fe 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index cd83dcbc..76d11a40 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index 54430e6f..7e9eeb89 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index 53d67bac..4315c49a 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index 186f1f33..85b71a04 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index b545359f..ff641682 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index 7ea84fbe..30d9a913 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index ce1ed461..a5261eb5 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index 19202d9f..c0511697 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index 5a88a620..3656df58 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index 2e5d3a94..c72156b0 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index 0235deef..34548254 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index f71fc8f2..b1bdda6d 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index c48fdd38..b2eca20f 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index 3a2c7871..050a6005 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index 6d44319f..63deb580 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index 924295fd..d4171e00 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index c562ab86..7ca7d499 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index 024eb392..7866c7e9 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index d319744e..1794af73 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index d68c33f2..1f9bd1ea 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index afd93009..ef1e3a8e 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index ac927137..ad6a06cc 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index ddcdbb26..27e2f3e4 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index b189ad8e..17ca4695 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 8e35228a..95f18206 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index 34013d72..beac11c0 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 1c76f5df..dbd6d2a0 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index cca84dee..c3bf3c65 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index 2813343c..c04e31a9 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 0dbe400a..6506f866 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index 8fbd2e83..d1941586 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index b7f4a919..d08abadf 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index 45028457..127f572e 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index ae6406ad..cff8b3dc 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index e92c6e59..eff45380 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index 5e41228e..73591ecb 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index 5a38e9f5..447192dd 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace Helper;
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index b4a8d581..8855b2d1 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php
index e84fcb9d..37f05f37 100644
--- a/tests/_support/_generated/UnitTesterActions.php
+++ b/tests/_support/_generated/UnitTesterActions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
namespace _generated;
diff --git a/tests/unit/DataEntitiesTest.php b/tests/unit/DataEntitiesTest.php
index 9f1f9608..a16d5f7e 100644
--- a/tests/unit/DataEntitiesTest.php
+++ b/tests/unit/DataEntitiesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/unit/PublicSectionsTest.php b/tests/unit/PublicSectionsTest.php
index 56ffa3e0..4a6bb7da 100644
--- a/tests/unit/PublicSectionsTest.php
+++ b/tests/unit/PublicSectionsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/unit/TablesAndViewsTest.php b/tests/unit/TablesAndViewsTest.php
index 5323a9c8..3d6004a9 100644
--- a/tests/unit/TablesAndViewsTest.php
+++ b/tests/unit/TablesAndViewsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/unit/UserEntitiesTest.php b/tests/unit/UserEntitiesTest.php
index 4673455b..bd1345cc 100644
--- a/tests/unit/UserEntitiesTest.php
+++ b/tests/unit/UserEntitiesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index 3fa99913..77a473b9 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index 1cb3d3e7..c50827ff 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index 4294a07e..e31c07e8 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index 1c90a035..0490a7cf 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index 8e0d5955..c251399a 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/casts.php b/tests/views/casts.php
index f4a0999d..f4ca3c58 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index 2216c596..00031e7f 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index 9ede80ef..18478a3b 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index 7606e339..b6138066 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index b4140cbe..07b7eb33 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index 0637ca6c..4f0602c0 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index e216e20c..8f1c2942 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index 396ca9d3..c3d11111 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/display.php b/tests/views/display.php
index d3d8a6ff..6262231d 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index c925fb4c..7ad4d018 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index 3b258d10..682c6b19 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index c472baad..a54e99f5 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index 6ec97e22..795e82b9 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index 01453565..173bd3e1 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index 7f1b8594..4b1bf678 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index a18e5d3b..de23a673 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index beeb29d1..f92d7076 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index 661a0c2e..e83d3e91 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/languages.php b/tests/views/languages.php
index 3fa4eb55..4639ac49 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index 2e9d8148..c9e5d9ca 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index 5fbb07c1..11a634b9 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index 6fb970fc..42cb762c 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index bd12c835..829b1a84 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 94e591f2..1645d318 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index dcf52341..1d258626 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/roles.php b/tests/views/roles.php
index 5881a2eb..e406ef89 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index e8cbdaf4..727db862 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index f27f8204..c1f0c3f2 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index 4961eb2f..30056f52 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index 7e2d7bb3..9792e696 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/sql.php b/tests/views/sql.php
index e9315110..301773a3 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index 9574b1b9..4dc09945 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index d07bac8b..0d92b0a2 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
/**
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index 8064bbef..284dbc70 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index 0f161ef6..dbf2d91e 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index 034cdbbb..e831f54d 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index 4aa49712..7880501c 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index 8ddcb28e..0c853df8 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index 308a4121..60c65155 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index de6a175c..c66fdcb4 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.0.1
+ * PHPPgAdmin 6.0.0
*/
// Include application functions