mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
fix variable name in viewer
This commit is contained in:
@@ -12,7 +12,7 @@ $dbport='3306';
|
|||||||
|
|
||||||
$cssfile="default.css";
|
$cssfile="default.css";
|
||||||
|
|
||||||
$default_lookup = 1; # 1=on 0=off (on is old behaviour )
|
$default_hostlookup = 1; # 1=on 0=off (on is old behaviour )
|
||||||
$default_sort = 0; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
|
$default_sort = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user