avoid error messages if $_SESSION['selected_tags'] is set with an empty value in...
[phpfspot.git] / index.php
1 <?
2
3 require_once "phpfspot.class.php";
4
5 $fspot = new PHPFSPOT;
6 $fspot->show();
7
8 ?>