@@ -67,7 +67,7 @@ |
||
67 | 67 | |
68 | 68 | if ($this->needSync) { |
69 | 69 | if ($var->needSync) { |
70 | - @file_get_contents($this->syncHost . 'set/' . $varName . '?value=' . $value); |
|
70 | + @file_get_contents($this->syncHost.'set/'.$varName.'?value='.$value); |
|
71 | 71 | } |
72 | 72 | } |
73 | 73 |