Browse Source

better error message for "unknown auth method"

pull/40/head
Savetheinternet 13 years ago
parent
commit
65ad6bf063
  1. 2
      inc/remote.php

2
inc/remote.php

@ -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…
Cancel
Save