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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2020-12-30 10:34:49 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2020-12-30 10:36:23 +0300
commite2e029b7e318c1029055806d50d7565c3e1eef7c (patch)
tree00ad8d83d83a7d01601c66bb3ac6c8affb558ece /src/controllers/IntroController.php
parentd3ff1e93ebaab0f20943c1225d6644f76111a3fa (diff)
This is a combination of 2 commits.
bugfixes from linter bugfixes from linter
Diffstat (limited to 'src/controllers/IntroController.php')
-rw-r--r--src/controllers/IntroController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 993fbdcc..b24585cf 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -87,7 +87,6 @@ class IntroController extends BaseController
if (\requestInstance()->getQueryParam('language')) {
$this->view->setReloadBrowser(true);
}
-
$intro_html .= $this->printFooter(false);
return $intro_html;