issue19, if no exif data is available, show "n/a" instead of empty cells
[phpfspot.git] / index.php
1 <?
2
3 require_once "phpfspot.class.php";
4
5 $fspot = new PHPFSPOT;
6 $fspot->show();
7
8 ?>