Re: FAS logout problem

2007-05-18 Thread Mike McGrath
Michael Schwendt wrote: 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") Fixed, thanks. -Mike

FAS logout problem

2007-05-18 Thread Michael Schwendt
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") ___ Fedora-infrastructur