1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 01:10:51 +01:00

better error message for "unknown auth method"

This commit is contained in:
Savetheinternet 2011-07-30 21:02:26 +10:00
parent e3918f7110
commit 65ad6bf063

View File

@ -29,7 +29,7 @@
error('Plain-text authentication failed.');
break;
default:
error('Unknown authentication method.');
error('Unknown authentication method: "' . $this->auth['method'] . '".');
}
}