issue31, a mini preview of the previous and next photo is now shown in a single photo...
[phpfspot.git] / index.php
1 <?
2
3 require_once "phpfspot.class.php";
4
5 $fspot = new PHPFSPOT;
6 $fspot->show();
7
8 ?>