1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Dump support is optional

This commit is contained in:
Jakub Vrana
2010-07-22 12:36:45 +02:00
parent 1f1d6c3430
commit a7cdc85497
3 changed files with 4 additions and 2 deletions

View File

@@ -557,7 +557,7 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
}
function support($feature) {
return ereg('^(view|trigger|variables|status)$', $feature);
return ereg('^(view|trigger|variables|status|dump)$', $feature);
}
$jush = "sqlite";