diff options
Diffstat (limited to 'auth/ssh.php')
-rw-r--r-- | auth/ssh.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auth/ssh.php b/auth/ssh.php index 9d3506b..55f6e8a 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -98,10 +98,6 @@ class SSH extends Authentication { $this->send_command('exit'); $this->connection = null; } - - public function __destruct() { - parent::__destruct(); - } } // End of ssh.php |