Revision 6e0d4751
Added by Jim Pingle almost 6 years ago
src/usr/local/www/xmlrpc.php | ||
---|---|---|
63 | 63 |
} |
64 | 64 |
|
65 | 65 |
if (!$login_ok) { |
66 |
log_auth("webConfigurator authentication error for '" . |
|
67 |
$username . "' from " . $this->remote_addr); |
|
66 |
log_auth(sprintf(gettext("webConfigurator authentication error for user '%1\$s' from: %2\$s"), |
|
67 |
$username, |
|
68 |
$this->remote_addr)); |
|
68 | 69 |
|
69 | 70 |
require_once("XML/RPC2/Exception.php"); |
70 | 71 |
throw new XML_RPC2_FaultException(gettext( |
Also available in: Unified diff
Fixup format of XMLRPC auth error to match GUI auth error.