JSON exported file extension should be .json

This commit is contained in:
Marc Delisle
2010-08-03 13:10:31 -04:00
parent 5675555d5a
commit a8852c5dc9

View File

@@ -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(