From: pcanterino <> Date: Tue, 4 Jan 2005 12:22:00 +0000 (+0000) Subject: - Format HTTP root as hyperlink X-Git-Tag: version_2_3~8 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/8e187e4f2ec51c2306c5d69755db1cc04e5e2cee - Format HTTP root as hyperlink - "User" -> "Process user" "Group" -> "Process group" --- diff --git a/templates/about.htm b/templates/about.htm index 8f2778a..cdc97c5 100644 --- a/templates/about.htm +++ b/templates/about.htm @@ -169,7 +169,7 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. HTTP root: -{HTTP_ROOT} +{HTTP_ROOT} @@ -203,12 +203,12 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. {IF users} -User: +Process user: {IF user_detected}{USER} ({ENDIF}UID: {UID}{IF user_detected}){ENDIF} -Group: +Process group: {IF group_detected}{GROUP} ({ENDIF}GID: {GID}{IF group_detected}){ENDIF}