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