Changeset 13297
- Timestamp:
- 11/23/09 11:05:05 (4 years ago)
- File:
-
- 1 edited
-
src/router/httpd/modules/broadcom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/modules/broadcom.c
r13264 r13297 1989 1989 1990 1990 if (query == NULL || strlen(query) == 0) 1991 qnum = 0;1991 qnum = 1; 1992 1992 else 1993 1993 qnum = atoi(query); 1994 1994 1995 1995 foreach(sname, snamelist, next) { 1996 if (qnum == 0 || qnum ==i) {1996 if (qnum == i) { 1997 1997 strcat (sname, " > /tmp/mypage.tmp"); 1998 1998 system2(sname);
Note: See TracChangeset
for help on using the changeset viewer.
