Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Tachtler <klaus@tachtler.net>2017-10-22 08:24:40 +0300
committerGitHub <noreply@github.com>2017-10-22 08:24:40 +0300
commit70a83de84e8a9a546fd5936c28052633bfcd0fc9 (patch)
tree6f2f7159ef1355185ac96d2852a3296b42c082ff /README.md
parent5d97612e00bcce48d446fa85e19b392d8433376f (diff)
Update README.md
Add $dbport and $default_sort
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 177e1b1..ee2adfa 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,10 @@ $dbhost="localhost";
$dbname="dmarc";
$dbuser="dmarc";
$dbpass="xxx";
+$dbport="3306";
$default_lookup = 1; # 1= on 0=off (on is old behaviour )
+$default_sort = 0; # 1= ASCdening 0=DESCending (ASCending is default behaviour )
```
Ensure that `dmarcts-report-viewer-config.php`, `dmarcts-report-viewer.php`, and `default.css` are in the same folder.