summaryrefslogtreecommitdiff
path: root/auth/telnet.php
diff options
context:
space:
mode:
Diffstat (limited to 'auth/telnet.php')
-rw-r--r--auth/telnet.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth/telnet.php b/auth/telnet.php
index ce758f3..d2b084a 100644
--- a/auth/telnet.php
+++ b/auth/telnet.php
@@ -63,10 +63,6 @@ class Telnet extends Authentication {
fclose($this->connection);
$this->connection = null;
}
-
- public function __destruct() {
- parent::__destruct();
- }
}
// End of telnet.php