diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-02 13:00:48 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-02 13:00:48 +0000 |
commit | b97144fa93285fac423d61522bdea6028ac9c566 (patch) | |
tree | 748d97cc3018524fb5380a4ec41670b86dde4448 /index.php |
inital import
git-svn-id: file:///var/lib/svn/phpfspot/trunk@1 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..ddc2f51 --- /dev/null +++ b/index.php @@ -0,0 +1,8 @@ +<? + +require_once "phpfspot.class.php"; + +$fspot = new PHPFSPOT; +$fspot->show(); + +?> |