summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 14:55:38 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 14:55:38 +0100
commit939ea1acde246da46ddb0de815a57dd7012e7802 (patch)
tree308e66a9424e6a284ffc4645aaedbb3d9721a5cb
parent4b085e6d5e056748a26de4a1ce2c61d65129388c (diff)
Test
-rw-r--r--kml/data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kml/data.php b/kml/data.php
index 29c539f..a901999 100644
--- a/kml/data.php
+++ b/kml/data.php
@@ -13,7 +13,7 @@ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
$db = new DB($conf['db']['user'], $conf['db']['password'], $conf['db']['host'], $conf['db']['database']);
$conf['acl']['auth'] = match_network($conf['acl']['range'],$_SERVER["REMOTE_ADDR"]);
-printf("abc %s", $conf['db']['user']);
+printf("abc %s", $conf['db']['password']);
exit;
$handle = fopen ($conf['router']['file'],"r");