projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
inital import
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 2 Jun 2007 13:00:48 +0000
(13:00 +0000)
committer
Andreas 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]
patch
|
blob
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();
+
+?>