summaryrefslogtreecommitdiff
path: root/auth/telnet.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2015-07-18 18:56:16 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2015-07-18 18:56:16 +0200
commit6e9a4fb7765dda39656d1e95a743de1f79aab3b2 (patch)
treeec2bc7676556af5540e14aaf12db5902c78e545e /auth/telnet.php
parent0299cfd753fb468e20605c62e4147c77529e0aae (diff)
Change some errors messages.
Diffstat (limited to 'auth/telnet.php')
-rw-r--r--auth/telnet.php2
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.');
}
}