diff options
Diffstat (limited to '1')
-rw-r--r-- | 1/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1/index.php b/1/index.php new file mode 100644 index 000000000..71509d358 --- /dev/null +++ b/1/index.php @@ -0,0 +1,7 @@ +<?php + +require_once '../langs.inc.php'; +$langs = array( + 'en' => 'English' +); +relocate($langs, '1/');
\ No newline at end of file |