diff options
Diffstat (limited to 'auth/ssh.php')
-rw-r--r-- | auth/ssh.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auth/ssh.php b/auth/ssh.php index 5fdd489..d8d56a1 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -19,9 +19,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once 'Crypt/RSA.php'; -require_once 'Net/SSH2.php'; -require_once 'authentication.php'; +require_once('Crypt/RSA.php'); +require_once('Net/SSH2.php'); +require_once('authentication.php'); final class SSH extends Authentication { private $port; |