From cbebe22a1459722ef6628d408caebdfe7727d463 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 15 Jun 2026 14:15:52 +0200 Subject: [PATCH] Update comment --- systemd/index.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/systemd/index.cgi b/systemd/index.cgi index f5bc07c87..2e66e4be4 100755 --- a/systemd/index.cgi +++ b/systemd/index.cgi @@ -10,8 +10,9 @@ our (%access, %config, %in, %text); ReadParse(); -# The index can be reached by GET, so all query input below is either reduced -# to known values or validated before it is used. +# Read query params to restore the selected tab/user context on return links. +# The index is GET-addressable, so every value from %in below is either reduced +# to known values or validated before use, and none is printed raw. has_command("systemctl") || error($text{'systemd_esystemctl'}); systemd_can_enter_module(\%access) || systemd_acl_error('penter');