diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-01 02:22:47 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-01 02:22:47 +0200 |
commit | e6139ed2a2f518a2590124892406cfd688aff331 (patch) | |
tree | 31cb8935b9dec843ef415b01ba12aec6e21a1235 /auth/telnet.php | |
parent | 0257ed3029a611b51cae91df401ef7a9e609a25d (diff) |
Remove useless functions overrides.
Diffstat (limited to 'auth/telnet.php')
-rw-r--r-- | auth/telnet.php | 4 |
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 |