(self)
| 319 | yield b"Location changed: " + url.encode("utf8") |
| 320 | |
| 321 | def actionIndex(self): |
| 322 | return self.actionRedirect("/" + config.homepage) |
| 323 | |
| 324 | # Render a file from media with iframe site wrapper |
| 325 | def actionWrapper(self, path, extra_headers=None): |