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