diff options
Diffstat (limited to 'auth/authentication.php')
-rw-r--r-- | auth/authentication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/authentication.php b/auth/authentication.php index 5fd7f87..81d12e1 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -109,7 +109,7 @@ abstract class Authentication { return new Telnet($config); default: - print 'Unknown authentication mecanism "'.$config['auth'].'"."'; + print('Unknown authentication mecanism "'.$config['auth'].'"."'); return null; } } |