Changes in uspace/app/websrv/websrv.c [6bb169b5:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/websrv/websrv.c
r6bb169b5 r9d58539 200 200 { 201 201 if (str_cmp(uri, "/") == 0) 202 uri = "/index.htm l";202 uri = "/index.htm"; 203 203 204 204 char *fname;
Note:
See TracChangeset
for help on using the changeset viewer.