Skip to content

Commit

Permalink
update adminer
Browse files Browse the repository at this point in the history
Refs: #900
  • Loading branch information
sashagar committed May 31, 2023
1 parent a643e02 commit d085b35
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 574 deletions.
2 changes: 1 addition & 1 deletion admin/adminer.php
Expand Up @@ -79,7 +79,7 @@ public function database()
return INTELLI_DBNAME;
}

public function databases()
public function databases($yc = true)
{
// database name, will be escaped by Adminer
return [INTELLI_DBNAME];
Expand Down
2 changes: 1 addition & 1 deletion includes/adminer/adminer.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions includes/adminer/adminer.js

Large diffs are not rendered by default.

0 comments on commit d085b35

Please sign in to comment.