@@ -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 | } |
@@ -243,7 +243,7 @@ |
||
243 | 243 | { |
244 | 244 | $driverType = (string) $this->getOption('driver_type'); |
245 | 245 | |
246 | - return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
246 | + return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint; |
|
247 | 247 | } |
248 | 248 | |
249 | 249 | /** |