mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-16 06:05:53 -06:00
Fix week number parameter in URL. Thanks to jassi0001 for the report.
This commit is contained in:
parent
c2971ad32c
commit
45b5e31801
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ my $DEFAULT_CHARSET='utf-8';
|
|||
|
||||
my $WEEK_START_MONDAY = 1;
|
||||
|
||||
# Format the week number
|
||||
$WEEK = sprintf("%02d", $WEEK) if ($WEEK);
|
||||
|
||||
# Read configuration file
|
||||
&read_config($CONFIG_FILE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue