mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
Added missing backslash in paht generation for Cron command (Windows)
This affects the report admin
This commit is contained in:
parent
69af9b9bc3
commit
5883df1f47
@ -68,7 +68,7 @@ function CreateCronCommand( $myReportID, $mySavedReportID = null )
|
||||
{
|
||||
// Running on Windows
|
||||
$phpCmd = PHP_BINDIR . "\\php.exe";
|
||||
$phpScript = realpath($gl_root_path) . "cron\\cmdreportgen.php";
|
||||
$phpScript = realpath($gl_root_path) . "\\cron\\cmdreportgen.php";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user