Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-04-19 23:59:05 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-04-19 23:59:05 +0300
commit1286c500e1ba275fc96f75d0b2b1d887a0f00a07 (patch)
treed577014367376b8c3f816ba11e9d566b2417b484 /src/controllers/InfoController.php
parenta4f48525a98d0c67e19ca5fc3bb21589dca6070c (diff)
Tag v 6.0.0-beta.39 enable php_console only on explicit settingv6.0.0-beta.39
Diffstat (limited to 'src/controllers/InfoController.php')
-rw-r--r--src/controllers/InfoController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 03b65f14..d4515482 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.33
+ * PHPPgAdmin v6.0.0-beta.39
*/
namespace PHPPgAdmin\Controller;
@@ -26,7 +26,7 @@ class InfoController extends BaseController
$action = $this->action;
- $this->printHeader($lang['strtables'] . ' - ' . $_REQUEST['table'] . ' - ' . $lang['strinfo']);
+ $this->printHeader($lang['strtables'].' - '.$_REQUEST['table'].' - '.$lang['strinfo']);
$this->printBody();
switch ($action) {