diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/authentication.php | 4 | ||||
-rw-r--r-- | auth/ssh.php | 2 | ||||
-rw-r--r-- | auth/telnet.php | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/auth/authentication.php b/auth/authentication.php index d3bb3cd..2615029 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2018 Guillaume Mazoyer <gmazoyer@gravitons.in> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.8'); +ini_set('include_path', ini_get('include_path').':./libs/phpseclib-1.0.9'); require_once('ssh.php'); require_once('telnet.php'); diff --git a/auth/ssh.php b/auth/ssh.php index 28e858a..2521e60 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2018 Guillaume Mazoyer <gmazoyer@gravitons.in> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/auth/telnet.php b/auth/telnet.php index 3ea7eef..1505b55 100644 --- a/auth/telnet.php +++ b/auth/telnet.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2018 Guillaume Mazoyer <gmazoyer@gravitons.in> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |