From 942d66fa9fc4ccc409d908ed158728298efcda07 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sat, 5 Nov 2016 21:41:51 +0100 Subject: [PATCH] Add variable for additional header code in config.php --- config.dist.php | 4 ++++ location.php | 2 ++ 2 files changed, 6 insertions(+) diff --git a/config.dist.php b/config.dist.php index a3ebe93..62cba9c 100644 --- a/config.dist.php +++ b/config.dist.php @@ -8,3 +8,7 @@ $dbname = "database"; $endpoint = True; $access = False; $location = False; + +$headercode = << +EOD; diff --git a/location.php b/location.php index 812d496..a00dea7 100644 --- a/location.php +++ b/location.php @@ -27,6 +27,8 @@ if ($result->num_rows != 0) { +' . $headercode . ' +