Skip to content

Commit

Permalink
reads conf from member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflabs committed Nov 13, 2018
1 parent e088515 commit c8a8004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.inc.php
Expand Up @@ -152,7 +152,6 @@ function maybeRenderIframes($c, $response, $subject, $query_string)
$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();
Expand Down

0 comments on commit c8a8004

Please sign in to comment.