@@ -248,7 +248,7 @@ |
||
248 | 248 | { |
249 | 249 | $driverType = $this->getOption('driver_type'); |
250 | 250 | |
251 | - return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
251 | + return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
252 | 252 | } |
253 | 253 | |
254 | 254 | /** |
@@ -274,8 +274,8 @@ |
||
274 | 274 | { |
275 | 275 | $table = [ |
276 | 276 | 'filter' => $this->tableFilterLogs . ':' . $ip, |
277 | - 'session' => $this->tableSessions . ':' . $ip, |
|
278 | - 'rule' => $this->tableRuleList . ':' . $ip, |
|
277 | + 'session' => $this->tableSessions . ':' . $ip, |
|
278 | + 'rule' => $this->tableRuleList . ':' . $ip, |
|
279 | 279 | ]; |
280 | 280 | |
281 | 281 | return $table[$type] ?? ''; |
@@ -100,8 +100,8 @@ |
||
100 | 100 | $path = []; |
101 | 101 | |
102 | 102 | $path['filter'] = $this->directory . '/' . $this->tableFilterLogs . '/' . $ip . '.' . $this->extension; |
103 | - $path['session'] = $this->directory . '/' . $this->tableSessions . '/' . $ip . '.' . $this->extension; |
|
104 | - $path['rule'] = $this->directory . '/' . $this->tableRuleList . '/' . $ip . '.' . $this->extension; |
|
103 | + $path['session'] = $this->directory . '/' . $this->tableSessions . '/' . $ip . '.' . $this->extension; |
|
104 | + $path['rule'] = $this->directory . '/' . $this->tableRuleList . '/' . $ip . '.' . $this->extension; |
|
105 | 105 | |
106 | 106 | return $path[$type] ?? ''; |
107 | 107 | } |