diff --git a/CHANGELOG.md b/CHANGELOG.md index 1146975..0813a27 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). +## [1.7.0] - 2025-09-29 + +### Added + +- Add CGI error page + ## [1.6.2] - 2025-09-26 ### Fixed diff --git a/ogclient/lib/httpd/httpd-err.sh b/ogclient/lib/httpd/httpd-err.sh new file mode 100644 index 0000000..09d9de7 --- /dev/null +++ b/ogclient/lib/httpd/httpd-err.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +echo "Content-type: text/html" +echo "" +echo "
Consulte el log del agente para más información
" +echo "" diff --git a/ogclient/lib/httpd/httpd-log.sh b/ogclient/lib/httpd/httpd-log.sh index b8f632e..891a996 100755 --- a/ogclient/lib/httpd/httpd-log.sh +++ b/ogclient/lib/httpd/httpd-log.sh @@ -14,4 +14,4 @@ echo "