"Fixed" the wrong one.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-05 12:05:30 -05:00
parent 124eaf7811
commit d91113173f

View file

@ -117,7 +117,7 @@ class Root(controllers.RootController):
"this resource.")
else:
msg=_("Please log in.")
forward_url= request.headers.get("Referer", "/")
forward_url= '/'
### FIXME: Is it okay to get rid of this?
#cherrypy.response.status=403