Changes in / [adf4f13:f3676f3c] in mainline


Ignore:
Location:
uspace
Files:
3 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/websrv/websrv.c

    radf4f13 rf3676f3c  
    200200{
    201201        if (str_cmp(uri, "/") == 0)
    202                 uri = "/index.htm";
     202                uri = "/index.html";
    203203       
    204204        char *fname;
Note: See TracChangeset for help on using the changeset viewer.