From 7b4cd4d0bc868373263ba515274d4d28673de723 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 3 Jul 2025 10:29:22 +0200 Subject: [PATCH] refs #2345 include own IP address in the local CGI's title --- CHANGELOG.md | 6 ++++++ ogclient/lib/httpd/httpd-log.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a5872..19491eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.22.6] - 2025-07-03 + +### Changed + +- Include own IP address in the local CGI's title + ## [0.22.5] - 2025-07-02 ### Fixed diff --git a/ogclient/lib/httpd/httpd-log.sh b/ogclient/lib/httpd/httpd-log.sh index 4dce863..b8f632e 100755 --- a/ogclient/lib/httpd/httpd-log.sh +++ b/ogclient/lib/httpd/httpd-log.sh @@ -2,7 +2,7 @@ echo "Content-type: text/html" echo "" -echo "OpenGnsys Client" +echo "OpenGnsys Client $(/opt/opengnsys/functions/ogGetIpAddress)" echo " " echo "" -- 2.40.1