Whitelisting withOUT password not supported

*White*listing with password not supported
should be:
*White*listing without password not supported
in my opinion.
This commit is contained in:
J den Hartog
2017-09-16 10:39:21 +02:00
committed by GitHub
parent 2da0791cb5
commit 76891ef43d

View File

@@ -146,7 +146,7 @@ function list_verify($type) {
require("password.php");
if(strlen($pwhash) == 0)
{
log_and_die("No password set - ".htmlspecialchars($type)."listing with password not supported");
log_and_die("No password set - ".htmlspecialchars($type)."listing without password not supported");
}
elseif($wrongpassword)
{