Merge pull request 'refs #2345 include own IP address in the local CGI's title' (#79) from cgi-title into main
ogclient/pipeline/head This commit looks good Details
ogclient/pipeline/tag This commit looks good Details

Reviewed-on: #79
pmns-root 0.22.6
Natalia Serrano 2025-07-03 10:29:51 +02:00
commit 434ae2d464
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
echo "Content-type: text/html"
echo ""
echo "<html><head><title>OpenGnsys Client</title>"
echo "<html><head><title>OpenGnsys Client $(/opt/opengnsys/functions/ogGetIpAddress)</title>"
echo " <meta charset='utf-8'>"
echo "</head><body>"