draw single photo with AJAX refresh
[phpfspot.git] / index.php
1 <?
2
3 require_once "phpfspot.class.php";
4
5 $fspot = new PHPFSPOT;
6 $fspot->show();
7
8 ?>