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:
Diffstat (limited to 'src/router.php')
-rw-r--r--src/router.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/router.php b/src/router.php
index 3b098758..c2409c5d 100644
--- a/src/router.php
+++ b/src/router.php
@@ -131,10 +131,7 @@ $app->get('/{subject:servers|intro|browser}[/{server_id}]', function (
$className = '\PHPPgAdmin\Controller\\' . \ucfirst($subject) . 'Controller';
$controller = new $className($this);
return $controller->render();
-
- //$query_string = $request->getUri()->getQuery();
- //return $this->view->maybeRenderIframes($response, $subject, $query_string,'intro_view.twig');
-
+
});