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