Show
Ignore:
Timestamp:
08/29/04 21:06:11 (9 years ago)
Author:
benoitg
Message:

2004-08-30 Benoit Gr�goire <bock@…>

  • README.openwrt: Documentation update
  • Makefile.am: Make a ipkg target to ease WRT54G installation
  • ipkg/rules: Add wdctl and the init.d script.
  • Add BUILDROOT variable to the build system so we can use it when needed
  • src/ping_thread.c: Have the server ping immediately on boot. Note that this will only help if the second server responds. The logic of the ping itself should be changed so it iterates in the list until it finds one that responds or exausts the list
  • wifidog.conf: Add more doc, and (most) of ISF's default config in comments.
  • Bump version in anticipation for release
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/src/http.c

    r190 r213  
    7070        url = httpdUrlEncode(tmp_url); 
    7171         
    72         if ((asprintf(&newlocation, "Location: %s://%s:%d%s/login?" 
     72        if ((asprintf(&newlocation, "Location: %s://%s:%d%slogin?" 
    7373                        "gw_address=%s&gw_port=%d&gw_id=%s&url=%s", 
    7474                        protocol, 
     
    8888                httpdAddHeader(webserver, newlocation); 
    8989                httpdPrintf(webserver, "<html><head><title>Redirection</title></head><body>" 
    90                                 "Please <a href='%s://%s:%d%s/login?gw_address" 
     90                                "Please <a href='%s://%s:%d%slogin?gw_address" 
    9191                                "=%s&gw_port=%d&gw_id=%s&url=%s'>click here</a> to " 
    9292                                "login",