diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:50:18 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:50:18 +0200 |
commit | 937ac5ed648a77dda8589bd5b19c921390c77e84 (patch) | |
tree | c90970ef188a56f28d6ea10bf5aa188bb543293b /7/index.php | |
parent | d4502756e8509199b9bf4229fda0c3dc20fe5907 (diff) | |
download | www-937ac5ed648a77dda8589bd5b19c921390c77e84.tar www-937ac5ed648a77dda8589bd5b19c921390c77e84.tar.gz www-937ac5ed648a77dda8589bd5b19c921390c77e84.tar.bz2 www-937ac5ed648a77dda8589bd5b19c921390c77e84.tar.xz www-937ac5ed648a77dda8589bd5b19c921390c77e84.zip |
mga7 redirection to localised page
Diffstat (limited to '7/index.php')
-rw-r--r-- | 7/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/7/index.php b/7/index.php new file mode 100644 index 000000000..eaf128e61 --- /dev/null +++ b/7/index.php @@ -0,0 +1,5 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, '7/'); + |