1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 19:13:59 +02:00

Support Editor

This commit is contained in:
Jakub Vrana
2012-08-19 23:25:23 -07:00
parent ea6d6e0d44
commit ef0cb38aa1
3 changed files with 10 additions and 2 deletions

View File

@@ -30,6 +30,10 @@ class Adminer {
return get_databases($flush);
}
function queryTimeout() {
return 5;
}
function headers() {
return true;
}