diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2023-08-24 11:37:26 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2023-08-24 11:37:26 +0200 |
commit | 4247f01fa8f716f832ea02bdfe4f7d586e6a6ea8 (patch) | |
tree | e7f027e011fc599258d698b07d0165cf2121e38b /9 | |
parent | aefaa0bd4cb78cef4680f834067e90fce1f2a49d (diff) | |
download | www-4247f01fa8f716f832ea02bdfe4f7d586e6a6ea8.tar www-4247f01fa8f716f832ea02bdfe4f7d586e6a6ea8.tar.gz www-4247f01fa8f716f832ea02bdfe4f7d586e6a6ea8.tar.bz2 www-4247f01fa8f716f832ea02bdfe4f7d586e6a6ea8.tar.xz www-4247f01fa8f716f832ea02bdfe4f7d586e6a6ea8.zip |
Prepare Mageia 9
Diffstat (limited to '9')
-rw-r--r-- | 9/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/9/index.php b/9/index.php new file mode 100644 index 000000000..f708310f0 --- /dev/null +++ b/9/index.php @@ -0,0 +1,5 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, '8/'); + |