Skip to content

Commit

Permalink
Merge pull request #15 from paresy/patch-1
Browse files Browse the repository at this point in the history
fix compatibility with IP-Symcon 6.1+
  • Loading branch information
Nall-chan committed Jan 5, 2022
2 parents c31cc55 + f3dee95 commit 0f8922a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClientSplitter/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function ForwardData($JSONString)
$this->SendDebug('Forward', $Data->Buffer, 0);
$DataNew['DataID'] = '{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}';
$DataNew['Buffer'] = $Data->Buffer;
$DataNew['Type'] = 0;
$DataNew['ClientIP'] = $this->ReadPropertyString('ClientIP');
$DataNew['ClientPort'] = (int) $this->LastPort;
$JSONStringNew = json_encode($DataNew);
Expand Down

0 comments on commit 0f8922a

Please sign in to comment.