File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/lib/classes/cron.d Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public function onRunJob() {
143143 }
144144 }
145145
146- $ command = escapeshellcmd ($ awstats_buildstaticpages_pl ) . ' -month= ' . escapeshellarg ($ awmonth ) . ' -year= ' . escapeshellarg ($ awyear ) . ' -update -config= ' . escapeshellarg ($ domain ) . ' -dir= ' . escapeshellarg ($ statsdir ) . ' -awstatsprog= ' . escapeshellarg ($ awstats_pl ) . ' " ;
146+ $ command = escapeshellcmd ($ awstats_buildstaticpages_pl ) . ' -month= ' . escapeshellarg ($ awmonth ) . ' -year= ' . escapeshellarg ($ awyear ) . ' -update -config= ' . escapeshellarg ($ domain ) . ' -dir= ' . escapeshellarg ($ statsdir ) . ' -awstatsprog= ' . escapeshellarg ($ awstats_pl );
147147
148148 if (date ("d " ) == 2 ) {
149149 $ awmonth = date ("m " )-1 ;
You can’t perform that action at this time.
0 commit comments