diff options
author | Filip Komar <filip@mageia.org> | 2013-12-29 22:16:45 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-12-29 22:16:45 +0000 |
commit | 2e7e7c4663b7df41071f9a51afa406d7a4c08e4f (patch) | |
tree | 2256431c5393731f96db6be7d752b77f1c44e360 /doc/index.php | |
parent | e8ff11191ab18f67f97d72d600da790ef4406b3f (diff) | |
download | www-2e7e7c4663b7df41071f9a51afa406d7a4c08e4f.tar www-2e7e7c4663b7df41071f9a51afa406d7a4c08e4f.tar.gz www-2e7e7c4663b7df41071f9a51afa406d7a4c08e4f.tar.bz2 www-2e7e7c4663b7df41071f9a51afa406d7a4c08e4f.tar.xz www-2e7e7c4663b7df41071f9a51afa406d7a4c08e4f.zip |
added redirection to doc page
Diffstat (limited to 'doc/index.php')
-rw-r--r-- | doc/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/index.php b/doc/index.php new file mode 100644 index 000000000..2110117b1 --- /dev/null +++ b/doc/index.php @@ -0,0 +1,4 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, 'doc/'); |