1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00

Style fix

This commit is contained in:
J. King 2018-10-26 14:58:36 -04:00
parent f64f0c6a22
commit e08d82f855

View file

@ -245,7 +245,7 @@ LONG_STRING;
$data['op'] = "login";
$this->assertMessage($exp1, $this->reqAuth($data, $httpUser));
// base64 passwords are also accepted
if(isset($data['password'])) {
if (isset($data['password'])) {
$data['password'] = base64_encode($data['password']);
}
$this->assertMessage($exp2, $this->reqAuth($data, $httpUser));