Remove impossible code

This commit is contained in:
Philipp 2025-05-05 02:10:12 +02:00
parent 080c756042
commit c6ec9727c5
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -173,11 +173,6 @@ HELP;
$this->writeLog(LOG_DEBUG, 'received data: ' . $sData);
$aCommand = explode(':', $sData);
if (!is_array($aCommand)) {
$this->writeFailed('invalid command string ' . $sData);
break;
}
$cmd = $aCommand[0];
switch ($cmd) {
case self::COMMAND_IS_USER: