mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -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
490 B
PHP
11 lines
490 B
PHP
--- dmarcts-report-viewer-options.php.orig 2023-07-15 05:56:09 UTC
|
|
+++ dmarcts-report-viewer-options.php
|
|
@@ -255,7 +255,7 @@ function create_select($option_name, $option = array()
|
|
//####################################################################
|
|
|
|
// 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
|