Changeset 13383


Ignore:
Timestamp:
12/06/09 11:13:02 (3 years ago)
Author:
eko
Message:

for testing hotss

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/kromo/dd-wrt/Hotspot.asp

    r13340 r13383  
    6565        show_layer_ext(document.setup.hotss_enable, 'idhotspotsys', <% nvram_else_match("hotss_enable", "1", "1", "0"); %> == 1); 
    6666        show_layer_ext(document.setup.hotss_uamenable, 'idhotssuam', <% nvram_else_match("hotss_uamenable", "1", "1", "0"); %> == 1); 
    67         show_layer_ext(document.setup.hotss_nobridge, 'idhotssdhcp', <% nvram_else_match("hotss_nobridge", "1", "1", "0"); %> == 1); 
     67        show_layer_ext(document.setup.hotss_nobridge, 'idhotssdhcp', <% nvram_else_match("hotss_nowifibridge", "1", "1", "0"); %> == 1); 
    6868        show_layer_ext(document.setup.chilli_nowifibridge, 'idchillidhcp', <% nvram_else_match("chilli_nowifibridge", "1", "1", "0"); %> == 1); 
    6969        setHotss("<% nvram_else_match("hotss_enable", "1", "1", "0"); %>"); 
Note: See TracChangeset for help on using the changeset viewer.