fixes to cron logfile, order descending.

This commit is contained in:
Robert Schumann
2018-04-01 13:19:29 +02:00
parent 2278f45e21
commit 21802d4889
3 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,6 @@ $dbport='3306';
$cssfile="default.css";
$default_lookup = 1; # 1=on 0=off (on is old behaviour )
$default_sort = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
$default_sort = 0; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
?>