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:
-rw-r--r--src/lib.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.inc.php b/src/lib.inc.php
index 7711efaa..3fe886f7 100644
--- a/src/lib.inc.php
+++ b/src/lib.inc.php
@@ -152,7 +152,6 @@ $container['php_console'] = $handler;
$container->offsetSet('server', isset($_REQUEST['server']) ? $_REQUEST['server'] : null);
$container->offsetSet('database', isset($_REQUEST['database']) ? $_REQUEST['database'] : null);
$container->offsetSet('schema', isset($_REQUEST['schema']) ? $_REQUEST['schema'] : null);
-\Kint::dump($container);
$container['flash'] = function () {
return new \Slim\Flash\Messages();