summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php8
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();
+
+?>