Changeset 11187
- Timestamp:
- 12/14/08 09:33:39 (4 years ago)
- Location:
- src/router/httpd
- Files:
-
- 3 edited
-
modules/broadcom.c (modified) (2 diffs)
-
visuals/dd-wrt.c (modified) (1 diff)
-
visuals/ejs.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/modules/broadcom.c
r11120 r11187 1124 1124 {"PPPoE_Server", "services", 0, SERVICE_RESTART, NULL}, 1125 1125 {"PPTP", "services", 0, SERVICE_RESTART, NULL}, 1126 {"USB", "", 0, SYS_RESTART, NULL}, 1127 {"NAS", "nassrv", 0, SERVICE_RESTART, NULL}, 1126 1128 {"Hotspot", "hotspot", 0, SERVICE_RESTART, NULL}, 1127 1129 {"AnchorFree", "anchorfree", 0, SERVICE_RESTART, NULL}, … … 1144 1146 {"Firewall", "filters", 0, SERVICE_RESTART, NULL}, 1145 1147 {"VPN", "filters", 0, SERVICE_RESTART, NULL}, 1146 {"NAS", "nassrv", 0, SERVICE_RESTART, NULL},1147 1148 #ifdef HAVE_MILKFISH 1148 1149 {"Milkfish", "milkfish", 0, SERVICE_RESTART, NULL}, -
src/router/httpd/visuals/dd-wrt.c
r11169 r11187 1935 1935 if( ( fp = fopen( "/tmp/disktype.dump", "r" ) ) ) 1936 1936 { 1937 1938 websWrite( wp, "<fieldset>\n"1939 "<legend><script type=\"text/javascript\">Capture(service.usb_diskinfo)</script></legend>\n"1940 "<div class=\"setting\">\n"1941 "<span id=\"disk_info\">\n" );1942 1943 1937 while( fgets( buff, sizeof( buff ), fp ) ) 1944 1938 { 1945 1939 if( strcmp( buff, "\n" ) ) 1946 websWrite( wp, "%s <br />", buff );1940 websWrite( wp, "%s<br />", buff ); 1947 1941 } 1948 1942 fclose( fp ); 1949 1950 websWrite( wp, "</span> \n" 1951 "</div>\n" 1952 "</fieldset><br />\n" ); 1953 } 1943 } 1944 else 1945 websWrite( wp, "<script type=\"text/javascript\">Capture(status_router.notavail)</script>" ); 1954 1946 1955 1947 return; -
src/router/httpd/visuals/ejs.c
r11096 r11187 1505 1505 "Wireless_MAC.asp", "Wireless_Advanced.asp", "Wireless_WDS.asp", "", "", 1506 1506 ""}, 1507 {"Services.asp", "PPPoE_Server.asp", "PPTP.asp", " NAS.asp", "Hotspot.asp",1508 "Milkfish.asp", "eop-tunnel.asp", "AnchorFree.asp", "", "" , ""},1507 {"Services.asp", "PPPoE_Server.asp", "PPTP.asp", "USB.asp", "NAS.asp", "Hotspot.asp", 1508 "Milkfish.asp", "eop-tunnel.asp", "AnchorFree.asp", "", ""}, 1509 1509 {"Firewall.asp", "VPN.asp", "", "", "", "", "", "", "", "", ""}, 1510 1510 {"Filters.asp", "", "", "", "", "", "", "", "", "", ""}, … … 1530 1530 "wirelessRadius", "wirelessSecurity", 1531 1531 "wirelessMac", "wirelessAdvanced", "wirelessWds", "", "", ""}, 1532 {"services", "servicesServices", "servicesPppoesrv", "servicesPptp", "services NAS",1532 {"services", "servicesServices", "servicesPppoesrv", "servicesPptp", "servicesUSB", "servicesNAS", 1533 1533 "servicesHotspot", "servicesMilkfish", "setupeop", "servicesAnchorFree", 1534 "", "" , ""},1534 "", ""}, 1535 1535 {"security", "firwall", "vpn", "", "", "", "", "", "", "", "", ""}, 1536 1536 {"accrestriction", "webaccess", "", "", "", "", "", "", "", "", "", ""}, … … 1677 1677 if( !strcmp( menu[i][j], "PPTP.asp" ) ) // jump over PPTP in 1678 1678 // micro build 1679 j++; 1680 #endif 1681 #ifndef HAVE_USB 1682 if( !strcmp( menu[i][j], "USB.asp" ) ) // jump over USB 1679 1683 j++; 1680 1684 #endif
Note: See TracChangeset
for help on using the changeset viewer.
