diff --git a/src/include/functions_reports.php b/src/include/functions_reports.php index 604271f..8ccb973 100644 --- a/src/include/functions_reports.php +++ b/src/include/functions_reports.php @@ -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 {