| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | public function __construct() { |
||
| 37 | parent::__construct(); |
||
| 38 | $this->specialities['media:force_proxy_http'] = _("This device does not support forcing setting an HTTP proxy."); |
||
| 39 | $this->specialities['media:force_proxy_https'] = _("This device does not support forcing setting an HTTPS proxy."); |
||
| 40 | } |
||
| 51 |