| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | function logpeek_hook_configpage(Template &$template): void |
||
| 15 | { |
||
| 16 | $template->data['links'][] = [ |
||
| 17 | 'href' => Module::getModuleURL('logpeek/'), |
||
| 18 | 'text' => Translate::noop('SimpleSAMLphp logs access (Log peek)'), |
||
| 19 | ]; |
||
| 20 | |||
| 21 | $template->getLocalization()->addModuleDomain('logpeek'); |
||
| 22 | } |
||
| 23 |