mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 13:25:15 +02:00
Remove impossible code
This commit is contained in:
parent
080c756042
commit
c6ec9727c5
1 changed files with 0 additions and 5 deletions
|
@ -173,11 +173,6 @@ HELP;
|
||||||
$this->writeLog(LOG_DEBUG, 'received data: ' . $sData);
|
$this->writeLog(LOG_DEBUG, 'received data: ' . $sData);
|
||||||
$aCommand = explode(':', $sData);
|
$aCommand = explode(':', $sData);
|
||||||
|
|
||||||
if (!is_array($aCommand)) {
|
|
||||||
$this->writeFailed('invalid command string ' . $sData);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
$cmd = $aCommand[0];
|
$cmd = $aCommand[0];
|
||||||
switch ($cmd) {
|
switch ($cmd) {
|
||||||
case self::COMMAND_IS_USER:
|
case self::COMMAND_IS_USER:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue