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:
authorRichard Schwab <mail@w.tf-w.tf>2018-04-04 14:10:44 +0300
committerRichard Schwab <mail@w.tf-w.tf>2018-04-04 14:10:44 +0300
commita07a5c7e23a341a64275ba2be71e46f02639703e (patch)
tree6f4a511300b6d3fd134c5c473292c48f84e99184 /dmarcts-report-viewer.php
parent9974d0825446dfe18588fc75c46bacc7495a794b (diff)
Fix check for custom db port
Diffstat (limited to 'dmarcts-report-viewer.php')
-rw-r--r--dmarcts-report-viewer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarcts-report-viewer.php b/dmarcts-report-viewer.php
index 7ee2849..fbcf305 100644
--- a/dmarcts-report-viewer.php
+++ b/dmarcts-report-viewer.php
@@ -326,7 +326,7 @@ $org_select= '';
$per_select= '';
$where = '';
-if(!isset($dport)) {
+if(!isset($dbport)) {
$dbport="3306";
}
if(!isset($cssfile)) {