summaryrefslogtreecommitdiffstats
path: root/index.php
blob: ddc2f51c418024b02286672926a10d90c77ce0ca (plain)
1
2
3
4
5
6
7
8
<?

require_once "phpfspot.class.php";

$fspot = new PHPFSPOT;
$fspot->show();

?>