mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +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
|
// Running on Windows
|
||||||
$phpCmd = PHP_BINDIR . "\\php.exe";
|
$phpCmd = PHP_BINDIR . "\\php.exe";
|
||||||
$phpScript = realpath($gl_root_path) . "cron\\cmdreportgen.php";
|
$phpScript = realpath($gl_root_path) . "\\cron\\cmdreportgen.php";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user