diff options
Diffstat (limited to 'auth/telnet.php')
-rw-r--r-- | auth/telnet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/telnet.php b/auth/telnet.php index d2b084a..6e4064e 100644 --- a/auth/telnet.php +++ b/auth/telnet.php @@ -21,7 +21,7 @@ require_once 'authentication.php'; -class Telnet extends Authentication { +final class Telnet extends Authentication { private $port; public function __construct($config) { |