mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-07 15:11:32 +01:00
better error message for "unknown auth method"
This commit is contained in:
parent
b1c72544aa
commit
1400b1707e
@ -29,7 +29,7 @@
|
|||||||
error('Plain-text authentication failed.');
|
error('Plain-text authentication failed.');
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
error('Unknown authentication method.');
|
error('Unknown authentication method: "' . $this->auth['method'] . '".');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user