commit c6f05887d9c560a67fadeb36836aa82fc1272de3 parent 06afc8f0e85ad4304d7944b9229cc8892c77bc9b Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 20 Jul 2025 11:53:54 +0200 fix: use proper URL in title Diffstat:
M | index.php | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.php b/index.php @@ -46,7 +46,8 @@ <opml version="2.0"> <head> <title> - Nachrichten-Export von Kontra - <?php echo $_SERVER["REMOTE_ADDR"]; ?> + Nachrichten-Export von Kontra - + <?php echo "https://" . $_SERVER["SERVER_NAME"] . PHP_EOL; ?> </title> </head> <body>