Changeset 12047
- Timestamp:
- 05/05/09 20:46:39 (4 years ago)
- File:
-
- 1 edited
-
src/router/httpd/visuals/dd-wrt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/dd-wrt.c
r12045 r12047 3488 3488 showRadio( wp, "wl_basic.multicast", mcast ); 3489 3489 } 3490 if (nvram_match("wk_mode","gateway")) 3491 { 3492 sprintf( mcast, "%s_nat", var ); 3493 nvram_default_get( mcast, "1" ); 3494 showRadio( wp, "wl_basic.masquerade", mcast ); 3495 } 3490 3496 websWrite( wp, "<div class=\"setting\">\n" ); 3491 3497 websWrite( wp,
Note: See TracChangeset
for help on using the changeset viewer.
