From 716b081f6d2d8ef389915390eb95da71ced17d64 Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Sun, 6 Sep 2020 14:06:43 +0200 Subject: [PATCH] fix variable name in viewer --- manifest/var/www/viewer/dmarcts-report-viewer-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/var/www/viewer/dmarcts-report-viewer-config.php b/manifest/var/www/viewer/dmarcts-report-viewer-config.php index cb95426..966af69 100644 --- a/manifest/var/www/viewer/dmarcts-report-viewer-config.php +++ b/manifest/var/www/viewer/dmarcts-report-viewer-config.php @@ -12,7 +12,7 @@ $dbport='3306'; $cssfile="default.css"; -$default_lookup = 1; # 1=on 0=off (on is old behaviour ) -$default_sort = 0; # 1=ASCdening 0=DESCending (ASCending is default behaviour ) +$default_hostlookup = 1; # 1=on 0=off (on is old behaviour ) +$default_sort = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour ) ?>