git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2a9aaa802
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
cgi-bin
languageswitch.cgi
first cut of the new, shiny tor website as wml.
Andrew Lewman
commited
2a9aaa802
at 2010-07-09 03:55:22
languageswitch.cgi
Blame
History
Raw
#!/usr/bin/env perl # This CGI tries to do as little as possible. A URL is passed from the languages # dropdown form generated in /include/foot.wmi and the client is redirected to that page use CGI qw(:standard); my $lang = param('Language'); print "Status: 302 Moved\nLocation: /$lang\n\n";