https://admin.fedoraproject.org/accounts/logout.cgi prints the Python code instead of executing it: #!/usr/bin/python import website website.clear_auth() website.print_header("Logout Done") website.print_footer("Logout Done")
https://admin.fedoraproject.org/accounts/logout.cgi prints the Python code instead of executing it: #!/usr/bin/python import website website.clear_auth() website.print_header("Logout Done") website.print_footer("Logout Done")