Skip to content

Commit

Permalink
Merge pull request #1 from emma-eva/patch-1
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
fida02 authored Dec 14, 2023
2 parents fa761db + a9fe2f0 commit 0ab3872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
function fidaExif() {
global $imagePath;

$exif_ifd0 = read_exif_data($imagePath ,'IFD0' ,0);
$exif_exif = read_exif_data($imagePath ,'EXIF' ,0);
$exif_ifd0 = exif_read_data($imagePath ,'IFD0' ,0);
$exif_exif = exif_read_data($imagePath ,'EXIF' ,0);
$notFound = "Unavailable";

// Make
Expand Down

0 comments on commit 0ab3872

Please sign in to comment.