ports/www/dmarcts-report-viewer/files/patch-dmarcts-report-viewer-options.php
Norikatsu Shigemura 0a8ad0114d
www/dmarcts-report-viewer: Add new port
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)
2024-02-06 23:58:55 +09:00

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