Changeset 13297


Ignore:
Timestamp:
11/23/09 11:05:05 (4 years ago)
Author:
eko
Message:

small MyPage? change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/modules/broadcom.c

    r13264 r13297  
    19891989         
    19901990        if (query == NULL || strlen(query) == 0) 
    1991                 qnum = 0; 
     1991                qnum = 1; 
    19921992        else 
    19931993                qnum = atoi(query); 
    19941994         
    19951995        foreach(sname, snamelist, next) { 
    1996                 if (qnum == 0 || qnum == i) { 
     1996                if (qnum == i) { 
    19971997                        strcat (sname, " > /tmp/mypage.tmp"); 
    19981998                        system2(sname); 
Note: See TracChangeset for help on using the changeset viewer.