Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class ControllerNotSecured extends Controller implements TestOnly |
||
12 | { |
||
13 | protected $template = 'BlankPage'; |
||
14 | |||
15 | /** |
||
16 | * Disable legacy global-enable |
||
17 | * |
||
18 | * @deprecated 4.0..5.0 |
||
19 | * @var bool |
||
20 | */ |
||
21 | protected $basicAuthEnabled = false; |
||
22 | |||
23 | public function Link($action = null) |
||
28 |