Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechSneeze <dave@techsneeze.com>2016-03-12 06:13:42 +0300
committerTechSneeze <dave@techsneeze.com>2016-03-12 06:13:42 +0300
commit0020d84bfb86a33aa870a52cdd4b7ba8be5c93fc (patch)
treefc9ad1372e8b5950839b56223f502aa407506971 /dmarcts-report-viewer-config.php.sample
parentbae1653986f3fdd1760285c4332abd85706f4ad4 (diff)
Rename dmarcts-report-viewer-config.php to dmarcts-report-viewer-config.php.sample
Diffstat (limited to 'dmarcts-report-viewer-config.php.sample')
-rw-r--r--dmarcts-report-viewer-config.php.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/dmarcts-report-viewer-config.php.sample b/dmarcts-report-viewer-config.php.sample
new file mode 100644
index 0000000..565eba7
--- /dev/null
+++ b/dmarcts-report-viewer-config.php.sample
@@ -0,0 +1,12 @@
+<?php
+
+// ####################################################################
+// ### configuration ##################################################
+// ####################################################################
+
+$dbhost="localhost";
+$dbname="dmarc";
+$dbuser="dmarc";
+$dbpass="xxx";
+
+?>