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