diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 18:40:20 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 18:40:20 +0200 |
commit | 55677896eb839e20542440e51c5737a318240dab (patch) | |
tree | d297da5ec9c75bbcad7365a44aa60ecedd015573 /index.php | |
parent | b583a04ebad60d02349b78f8c38353e0cb3eb9ea (diff) |
update documentation
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ * ***************************************************************************/ +/** + * initialize phpfspot + * + * @package phpfspot + */ require_once "phpfspot.class.php"; $fspot = new PHPFSPOT; |