diff options
author | filip <filip.komar@gmail.com> | 2020-07-06 15:04:29 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2020-07-06 15:04:29 +0200 |
commit | 01049a4cfb3436b9ec7c7a955617002160483d30 (patch) | |
tree | 517e8473a647575a5f14c4ca494084ea8aa92210 /8/index.php | |
parent | 42c6b43b8a025f7768abff155f0c4dc3fabc9f27 (diff) | |
download | www-01049a4cfb3436b9ec7c7a955617002160483d30.tar www-01049a4cfb3436b9ec7c7a955617002160483d30.tar.gz www-01049a4cfb3436b9ec7c7a955617002160483d30.tar.bz2 www-01049a4cfb3436b9ec7c7a955617002160483d30.tar.xz www-01049a4cfb3436b9ec7c7a955617002160483d30.zip |
add prerelease page redirection
Diffstat (limited to '8/index.php')
-rw-r--r-- | 8/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/8/index.php b/8/index.php new file mode 100644 index 000000000..56a146436 --- /dev/null +++ b/8/index.php @@ -0,0 +1,5 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, 'downloads/prerelease/'); + |