Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Heinz authored and Heinz committed Aug 21, 2022
1 parent 129c683 commit 2986d04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions server/logToFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,11 @@ private function numLines($file) {
return $lines;
}

private function optAssign($defaultOpt, $newOpt) {
foreach ($newOpt as $key => $value) {
$defaultOpt->{$key} = $value;
}
return $defaultOpt;
}

}
6 changes: 0 additions & 6 deletions server/websock.ini

This file was deleted.

0 comments on commit 2986d04

Please sign in to comment.