mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Fixed a bug that files network were not correctly checked in the logstream disk source
This commit is contained in:
parent
83caf3ad74
commit
ace4e3c84f
@ -352,6 +352,7 @@ if ( isset($_POST['op']) )
|
|||||||
// Take as it is if rootpath!
|
// Take as it is if rootpath!
|
||||||
if (
|
if (
|
||||||
( ($pos = strpos($content['SourceDiskFileTesting'], "/")) !== FALSE && $pos == 0) ||
|
( ($pos = strpos($content['SourceDiskFileTesting'], "/")) !== FALSE && $pos == 0) ||
|
||||||
|
( ($pos = strpos($content['SourceDiskFileTesting'], "\\\\")) !== FALSE && $pos == 0) ||
|
||||||
( ($pos = strpos($content['SourceDiskFileTesting'], ":\\")) !== FALSE ) ||
|
( ($pos = strpos($content['SourceDiskFileTesting'], ":\\")) !== FALSE ) ||
|
||||||
( ($pos = strpos($content['SourceDiskFileTesting'], ":/")) !== FALSE )
|
( ($pos = strpos($content['SourceDiskFileTesting'], ":/")) !== FALSE )
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user