summaryrefslogtreecommitdiffabout
path: root/ui-shared.c
Unidiff
Diffstat (limited to 'ui-shared.c') (more/less context) (show whitespace changes)
-rw-r--r--ui-shared.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 4818e70..c23bc75 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -40,2 +40,6 @@ char *cgit_hosturl()
40 40
41 host = getenv("HTTP_HOST");
42 if (host) {
43 host = xstrdup(host);
44 } else {
41 host = getenv("SERVER_NAME"); 45 host = getenv("SERVER_NAME");
@@ -48,2 +52,3 @@ char *cgit_hosturl()
48 host = xstrdup(host); 52 host = xstrdup(host);
53 }
49 return host; 54 return host;