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