예제 #1
0
 def GET(self):
     session.logout()
     raise web.seeother(web.ctx.environ['HTTP_REFERER'])
예제 #2
0
 def GET(self):
     session.logout()
     # siteName = site_name
     #raise web.seeother(web.ctx.environ['HTTP_REFERER'])
     raise web.seeother('/account/bye')
예제 #3
0
파일: site.py 프로젝트: lazybios/pycms
 def GET(self):
     session.logout()
     raise web.seeother('/login')
예제 #4
0
 def GET(self):
     session.logout()
     # siteName = site_name
     #raise web.seeother(web.ctx.environ['HTTP_REFERER'])
     raise web.seeother('/account/bye')
예제 #5
0
 def POST(self):
     session.logout()
     raise web.seeother("/")
예제 #6
0
 def GET(self):
     session.logout()
     raise web.seeother(web.ctx.environ['HTTP_REFERER'])
예제 #7
0
 def GET(self):
     session.logout()
     raise web.seeother('/cumt/')