diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-10 13:04:06 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-10 13:04:06 +0200 |
commit | 7abe2f10b7f2f4883743e9bf5d4b6811bb9d6bfa (patch) | |
tree | a7bcaa48699acf549052b9f8a967d095a2739fcf /auth/ssh.php | |
parent | e68e1cf3c49efcbfab6810d403ea7eaf3584c2b2 (diff) |
Rewrite of the routers part.
Should be more modular now to add other routers types.
Diffstat (limited to 'auth/ssh.php')
-rw-r--r-- | auth/ssh.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/ssh.php b/auth/ssh.php index 27bcdaf..07a51d2 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -21,7 +21,7 @@ require_once 'authentication.php'; -class SSH extends Authentication { +final class SSH extends Authentication { private $port; public function __construct($config) { |