Ignore:
File:
1 edited

Legend:

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

    rd4d74dc r6bb169b5  
    3636#include <bool.h>
    3737#include <errno.h>
    38 #include <assert.h>
    3938#include <stdio.h>
    4039#include <sys/types.h>
     
    201200{
    202201        if (str_cmp(uri, "/") == 0)
    203                 uri = "/index.htm";
     202                uri = "/index.html";
    204203       
    205204        char *fname;
Note: See TracChangeset for help on using the changeset viewer.