diff options
author | andi <andi@splitbrain.org> | 2005-01-12 21:24:54 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-01-12 21:24:54 +0100 |
commit | f3f0262c480d7e509b008d37c90aed884532bba8 (patch) | |
tree | 40b7e7dbf9f52a6b48af7b2f4090ab4cd2fd3f1e /index.php | |
download | dokuwiki-f3f0262c480d7e509b008d37c90aed884532bba8.tar.gz dokuwiki-f3f0262c480d7e509b008d37c90aed884532bba8.zip |
Initial revision.
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 000000000..69fd001d2 --- /dev/null +++ b/index.php @@ -0,0 +1,3 @@ +<? +header("Location: doku.php"); +?> |