commit | a38bbe28cef6ef741ac64da57b871062c438badf | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Feb 29 10:55:43 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Feb 29 10:55:43 2012 +0530 |
tree | 25686f6dcc9b1a4e02e4947c2267da95bb667f2a | |
parent | 17da764d04327ffdb8950baaad0c05c95e41b461 [diff] [blame] |
home page fixes
diff --git a/index.cgi b/index.cgi index 301f395..ed766eb 100755 --- a/index.cgi +++ b/index.cgi
@@ -40,7 +40,7 @@ webnotes.http_request = webnotes.auth.HTTPRequest() return True except webnotes.AuthenticationError, e: - pass + return True except webnotes.UnknownDomainError, e: print "Location: " + (webnotes.defs.redirect_404) except webnotes.SessionStopped, e: