mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 19:49:08 +03:00
Compare commits
No commits in common. "f2cdfdf5f143f95cc9e21198536e2eded984a497" and "7d3cfe163e976f024f0b803ad3bfda49e0ec6db0" have entirely different histories.
f2cdfdf5f1
...
7d3cfe163e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Upload
|
||||||
'type' => 'none',
|
'type' => 'none',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else if (explode('/', $type)[0] === 'image') {
|
} else if (explode($type, '/')[0] === 'image') {
|
||||||
|
|
||||||
|
|
||||||
$exif = new EXIF($_FILES['image']['tmp_name']);
|
$exif = new EXIF($_FILES['image']['tmp_name']);
|
||||||
|
|
Loading…
Reference in a new issue