projects
/
phpfspot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
instead of empty cells, show now grayed icons if first or last object reached
[phpfspot.git]
/
index.php
1
<?
2
3
require_once "phpfspot.class.php";
4
5
$fspot = new PHPFSPOT;
6
$fspot->show();
7
8
?>