inital import
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 2 Jun 2007 13:00:48 +0000 (13:00 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 2 Jun 2007 13:00:48 +0000 (13:00 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@1 fa6a889d-dae6-447d-9e79-4ba9a3039384

index.php [new file with mode: 0644]

diff --git a/index.php b/index.php
new file mode 100644 (file)
index 0000000..ddc2f51
--- /dev/null
+++ b/index.php
@@ -0,0 +1,8 @@
+<?
+
+require_once "phpfspot.class.php";
+
+$fspot = new PHPFSPOT;
+$fspot->show();
+
+?>