From 7abe2f10b7f2f4883743e9bf5d4b6811bb9d6bfa Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 10 Jun 2014 13:04:06 +0200 Subject: Rewrite of the routers part. Should be more modular now to add other routers types. --- auth/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/authentication.php') diff --git a/auth/authentication.php b/auth/authentication.php index 1ec3cb1..7a67fb5 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -49,7 +49,7 @@ abstract class Authentication { return new Telnet($config); default: - 'Unknown authentication mecanism "'.$config['auth'].'"."'; + print 'Unknown authentication mecanism "'.$config['auth'].'"."'; return null; } } -- cgit v1.2.3