mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Ability to disable export
This commit is contained in:
@@ -523,7 +523,7 @@ username.form['driver'].onchange();
|
||||
}
|
||||
|
||||
/** Returns export format options
|
||||
* @return array
|
||||
* @return array empty to disable export
|
||||
*/
|
||||
function dumpFormat() {
|
||||
return array('sql' => 'SQL', 'csv' => 'CSV,', 'csv;' => 'CSV;', 'tsv' => 'TSV');
|
||||
|
Reference in New Issue
Block a user