diff options
Diffstat (limited to 'auth/telnet.php')
-rw-r--r-- | auth/telnet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/telnet.php b/auth/telnet.php index 2f3465d..15052ec 100644 --- a/auth/telnet.php +++ b/auth/telnet.php @@ -32,7 +32,7 @@ final class Telnet extends Authentication { protected function check_config() { if (!isset($this->config['user']) || !isset($this->config['pass'])) { - throw new Exception('User and password required for telnet.'); + throw new Exception('Router authentication configuration incomplete.'); } } |