source:
WAeUP_SRP/trunk/skins/waeup_default/illegal_view.py
@
11107
Last change on this file since 11107 was 1096, checked in by , 18 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[1096] | 1 | ##parameters= |
2 | # $Id: illegal_view.py 681 2006-10-13 06:43:39Z henrik $ | |
3 | """ | |
4 | """ | |
5 | ||
6 | REQUEST = context.REQUEST | |
7 | ||
8 | return REQUEST.RESPONSE.redirect('%s' % context.portal_url()) |
Note: See TracBrowser for help on using the repository browser.