Ignore:
File:
1 edited

Legend:

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

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