mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
fix latest changes to viewer and parser
* new dependency postgres and PDO * php8 compatible
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// ### configuration ##################################################
|
||||
// ####################################################################
|
||||
|
||||
$dbtype=getenv('REPORT_DB_TYPE');
|
||||
$dbhost=getenv('REPORT_DB_HOST');
|
||||
$dbport=getenv('REPORT_DB_PORT');
|
||||
$dbname=getenv('REPORT_DB_NAME');
|
||||
|
||||
Reference in New Issue
Block a user