Changes in uspace/app/websrv/websrv.c [d4d74dc:6bb169b5] in mainline
- File:
-
- 1 edited
-
uspace/app/websrv/websrv.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/websrv/websrv.c
rd4d74dc r6bb169b5 36 36 #include <bool.h> 37 37 #include <errno.h> 38 #include <assert.h>39 38 #include <stdio.h> 40 39 #include <sys/types.h> … … 201 200 { 202 201 if (str_cmp(uri, "/") == 0) 203 uri = "/index.htm ";202 uri = "/index.html"; 204 203 205 204 char *fname;
Note:
See TracChangeset
for help on using the changeset viewer.
