diff options
author | M.Gergo | 2019-10-27 02:17:37 +0100 |
---|---|---|
committer | M.Gergo | 2019-10-27 02:17:37 +0100 |
commit | abd8cfdf391410090842081422f711779978f473 (patch) | |
tree | 134baa4655481da13d00e2315860c16e877851d7 /mayor-orig/mayor-base/www/include/share | |
parent | 6d684ff9fb3caf8de057829bda27995d5d9de361 (diff) | |
download | mayor-abd8cfdf391410090842081422f711779978f473.tar.gz mayor-abd8cfdf391410090842081422f711779978f473.zip |
Rev: 4554rev4554
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 )) { |