1

I'm trying to disable the option to export data in Adminer 4.2.1. I found an advice that returning an empty array for dumpFormat() like this should be working (since Adminer 3.3.4):

function dumpFormat() {
    return array();
}

But that simply causes the "Format" selection row to be blank, I can still export with whatever is the default format. Is there a way to completely disable it?

Iruwen
  • 11
  • 4

0 Answers0