summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 14:54:25 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 14:54:25 +0100
commit063e9362c31a1397006daf0b2ecf9c9a7db0fedf (patch)
treefd8b5ea1002b31712d75f9c7ca13feac49628414
parent168a25af3cbea41def2a6ef628e1fed8ab10411a (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 24fc554..443c148 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"]);
-echo $db
+echo "abc $conf";
exit;
$handle = fopen ($conf['router']['file'],"r");