We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039db24 commit 102a8bfCopy full SHA for 102a8bf
1 file changed
server/lib/classes/cron.d/150-awstats.inc.php
@@ -143,7 +143,7 @@ public function onRunJob() {
143
}
144
145
146
- $command = escapeshellcmd($awstats_buildstaticpages_pl) . ' -month=' . escapeshellarg($awmonth) . ' -year=' . escapeshellarg($awyear) . ' -update -config=' . escapeshellarg($domain) . ' -dir=' . escapeshellarg($statsdir) . ' -awstatsprog=' . escapeshellarg($awstats_pl) . '";
+ $command = escapeshellcmd($awstats_buildstaticpages_pl) . ' -month=' . escapeshellarg($awmonth) . ' -year=' . escapeshellarg($awyear) . ' -update -config=' . escapeshellarg($domain) . ' -dir=' . escapeshellarg($statsdir) . ' -awstatsprog=' . escapeshellarg($awstats_pl);
147
148
if (date("d") == 2) {
149
$awmonth = date("m")-1;
0 commit comments