diff options
Diffstat (limited to '5/index.php')
-rw-r--r-- | 5/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/5/index.php b/5/index.php new file mode 100644 index 000000000..eccfcaa9e --- /dev/null +++ b/5/index.php @@ -0,0 +1,5 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, '5/'); + |