add timezone to the about page

This commit is contained in:
2017-09-17 19:18:56 +02:00
parent ac56b1dc61
commit 471aa95c34
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ tplAbout(HttpdConnData *connData, char *token, void **arg)
tplSend(connData, __DATE__, -1);
}
else if (streq(token, "time")) {
tplSend(connData, __TIME__, -1);
tplSend(connData, __TIME__" "__TIMEZONE__, -1);
}
else if (streq(token, "vers_httpd")) {
tplSend(connData, httpdGetVersion(), -1);