(self, to)
| 365 | |
| 366 | # Server variables |
| 367 | def actionServerInfo(self, to): |
| 368 | back = self.formatServerInfo() |
| 369 | self.response(to, back) |
| 370 | |
| 371 | # Create a new wrapper nonce that allows to load html file |
| 372 | @flag.admin |
nothing calls this directly
no test coverage detected