A PHP viewer for DMARC records that have been parsed by John Levine's rddmarc script or the dmarcts-report-parser.pl into a MySQL or PostgreSQL database. Reviewed by: hrs (mentor) Approved by: hrs (mentor)
12 lines
474 B
PHP
12 lines
474 B
PHP
--- dmarcts-report-viewer.php.orig 2023-07-15 05:56:09 UTC
|
|
+++ dmarcts-report-viewer.php
|
|
@@ -224,7 +224,7 @@ function html ($domains = array(), $orgs = array(), $p
|
|
//####################################################################
|
|
|
|
// These files must exist, in the same folder as this script.
|
|
-include "dmarcts-report-viewer-config.php";
|
|
+include "%%ETCDIR%%/%%PORTNAME%%-config.php";
|
|
include "dmarcts-report-viewer-common.php";
|
|
|
|
// Get all configuration options
|