diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:55:24 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:55:24 +0100 |
commit | 4b085e6d5e056748a26de4a1ce2c61d65129388c (patch) | |
tree | 6e7503538180c2d305905bfa1b1916a1076bee88 /kml | |
parent | d5dc615168a09d9a021520e7a9a6918d3168fef5 (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 8bcb07c..29c539f 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['db']['user']"; +printf("abc %s", $conf['db']['user']); exit; $handle = fopen ($conf['router']['file'],"r"); |