commit | 1ed4ef194659f6d0f671c63b5d476c08563045ee | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Fri Apr 27 15:30:23 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Fri Apr 27 15:30:23 2012 +0530 |
tree | cfc1b57e85be9a46ce4349c89e0cd86785148ec8 | |
parent | 44279f87b42a04cff8508e478903644e67d7d949 [diff] [blame] |
fixes in setup
diff --git a/index.cgi b/index.cgi index 31da310..bf84c5f 100755 --- a/index.cgi +++ b/index.cgi
@@ -50,8 +50,8 @@ return True except webnotes.AuthenticationError, e: return True - except webnotes.UnknownDomainError, e: - print "Location: " + (conf.redirect_404) + #except webnotes.UnknownDomainError, e: + # print "Location: " + (conf.redirect_404) except webnotes.SessionStopped, e: if 'cmd' in webnotes.form_dict: webnotes.handler.print_json()