diff options
author | sembrestels <sembrestels@riseup.net> | 2011-10-13 02:39:43 +0200 |
---|---|---|
committer | sembrestels <sembrestels@riseup.net> | 2011-10-13 02:39:43 +0200 |
commit | 090e2188026c76ac396c919b27404dc7cb110bf8 (patch) | |
tree | 9f7f3a1278aa0a09f168abdc0db98f7de1788870 /lib/dokuwiki/index.php | |
download | elgg-090e2188026c76ac396c919b27404dc7cb110bf8.tar.gz elgg-090e2188026c76ac396c919b27404dc7cb110bf8.tar.bz2 |
Dokuwiki module for Elgg 1.7
Diffstat (limited to 'lib/dokuwiki/index.php')
-rw-r--r-- | lib/dokuwiki/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/dokuwiki/index.php b/lib/dokuwiki/index.php new file mode 100644 index 000000000..ad0807727 --- /dev/null +++ b/lib/dokuwiki/index.php @@ -0,0 +1,8 @@ +<?php +/** + * Forwarder to doku.php + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Andreas Gohr <andi@splitbrain.org> + */ +header("Location: doku.php"); |