JSON exported file extension should be .json
This commit is contained in:
@@ -13,7 +13,7 @@ if (! defined('PHPMYADMIN')) {
|
|||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['json'] = array(
|
$plugin_list['json'] = array(
|
||||||
'text' => 'JSON',
|
'text' => 'JSON',
|
||||||
'extension' => 'php',
|
'extension' => 'json',
|
||||||
'mime_type' => 'text/plain',
|
'mime_type' => 'text/plain',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
array(
|
array(
|
||||||
|
Reference in New Issue
Block a user