mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
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)
11 lines
363 B
PHP
11 lines
363 B
PHP
--- dmarcts-report-viewer-common.php.orig 2023-07-15 05:56:09 UTC
|
|
+++ dmarcts-report-viewer-common.php
|
|
@@ -251,7 +251,7 @@ function main() {
|
|
|
|
function main() {
|
|
|
|
- include "dmarcts-report-viewer-config.php";
|
|
+ include "%%ETCDIR%%/%%PORTNAME%%-config.php";
|
|
}
|
|
|
|
// This function sets variables for the DMARC Result portion (left half-circle) in the Report List
|