diff options
Diffstat (limited to 'mayor-orig/mayor-base/www/include/share')
-rw-r--r-- | mayor-orig/mayor-base/www/include/share/net/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/mayor-base/www/include/share/net/upload.php b/mayor-orig/mayor-base/www/include/share/net/upload.php index a909f6c2..bbc90db8 100644 --- a/mayor-orig/mayor-base/www/include/share/net/upload.php +++ b/mayor-orig/mayor-base/www/include/share/net/upload.php @@ -37,7 +37,7 @@ try { array( 'jpg' => 'image/jpeg', 'png' => 'image/png', - 'gif' => 'image/gif', + 'gif' => 'image/gif' ), true )) { |