Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
20 | protected function main() |
||
21 | { |
||
22 | // clear any requests for client hints. Should have been done already prior to |
||
23 | // email confirmation, but this catches the case where email confirmation is |
||
24 | // disabled. |
||
25 | $this->headerQueue[] = "Accept-CH:"; |
||
26 | |||
27 | $this->setTemplate('request/email-confirmed.tpl'); |
||
28 | } |
||
29 | } |