summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jakum <aj-gh@users.noreply.github.com>2026-03-24 07:52:02 +0100
committerAndreas Jakum <aj-gh@users.noreply.github.com>2026-03-24 07:52:02 +0100
commit0dff5f741f92860be0063780fe5c763f3e2807d1 (patch)
treed47c29f0b88a56a073ff3e8983ce7b8e8c368d8d
parent337fc64e2bb61f37a6c878f8e02e7fe3a9bb1556 (diff)
Dummy change to test deployment routines
-rw-r--r--data.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/data.php b/data.php
index 7f9d543..75bbf81 100644
--- a/data.php
+++ b/data.php
@@ -5,6 +5,8 @@ require_once("db.class.php");
require_once("ipmatch.php");
require_once("config.php");
+// dummy - remove me
+
header("Content-Type: text/xml");
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");