diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:54:52 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:54:52 +0100 |
commit | d5dc615168a09d9a021520e7a9a6918d3168fef5 (patch) | |
tree | c4b0c6222d26dfaa222cd057a94c8d6302103bfd /kml | |
parent | 063e9362c31a1397006daf0b2ecf9c9a7db0fedf (diff) |
Test
Diffstat (limited to 'kml')
-rw-r--r-- | kml/data.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kml/data.php b/kml/data.php index 443c148..8bcb07c 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 "abc $conf"; +echo "abc $conf['db']['user']"; exit; $handle = fopen ($conf['router']['file'],"r"); |