spelling: authenticated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -306,7 +306,7 @@ class ExAuth
|
|||||||
$this->writeLog(LOG_WARNING, 'authentification failed for user ' . $sUser . '@' . $aCommand[2]);
|
$this->writeLog(LOG_WARNING, 'authentification failed for user ' . $sUser . '@' . $aCommand[2]);
|
||||||
fwrite(STDOUT, pack('nn', 2, 0));
|
fwrite(STDOUT, pack('nn', 2, 0));
|
||||||
} else {
|
} else {
|
||||||
$this->writeLog(LOG_NOTICE, 'authentificated user ' . $sUser . '@' . $aCommand[2]);
|
$this->writeLog(LOG_NOTICE, 'authenticated user ' . $sUser . '@' . $aCommand[2]);
|
||||||
fwrite(STDOUT, pack('nn', 2, 1));
|
fwrite(STDOUT, pack('nn', 2, 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user