diff options
| author | Filip Komar <filip@mageia.org> | 2014-04-22 21:26:42 +0000 |
|---|---|---|
| committer | Filip Komar <filip@mageia.org> | 2014-04-22 21:26:42 +0000 |
| commit | 32d97ae3d75eb217bb842a900509e46dac70a131 (patch) | |
| tree | eddf1c366e6c767455c0fb8e6bfafd0ebbce4d5e /thank-you | |
| parent | 9f2bd84386a4dec08a723dda8a93fb574ee33b72 (diff) | |
| download | www-32d97ae3d75eb217bb842a900509e46dac70a131.tar www-32d97ae3d75eb217bb842a900509e46dac70a131.tar.gz www-32d97ae3d75eb217bb842a900509e46dac70a131.tar.bz2 www-32d97ae3d75eb217bb842a900509e46dac70a131.tar.xz www-32d97ae3d75eb217bb842a900509e46dac70a131.zip | |
added most of the missing redirections
Diffstat (limited to 'thank-you')
| -rw-r--r-- | thank-you/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thank-you/index.php b/thank-you/index.php new file mode 100644 index 000000000..980d7fde7 --- /dev/null +++ b/thank-you/index.php @@ -0,0 +1,5 @@ +<?php + +require_once '../langs.inc.php'; + +relocate($langs, $_SERVER['REQUEST_URI']);
\ No newline at end of file |
