Skip to content

Commit

Permalink
Added comment in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
fida02 authored Jul 30, 2021
1 parent 7e35462 commit 5c48de9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/*
*
* Author: Fida Al Hasan
* https://github.com/fida02/php-exif-data-read
* License: MIT
*
*/

/*
|---------------------------------------------------------|
| EXIF DATA EXTRACTION FUNCTION |
Expand Down Expand Up @@ -147,4 +155,4 @@ function fidaExif() {
echo '<li>Metering Mode: '. $camera['meteringmode'] .'</li>';
echo '<li>Flash Mode: '. $camera['flash'] .'</li>';
echo '</ul>';
?>
?>

0 comments on commit 5c48de9

Please sign in to comment.