Changeset 28201


Ignore:
Timestamp:
04/01/14 10:53:27 (10 years ago)
Author:
wonderdoc
Message:

[titan] Fix webadjust skip values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r28182 r28201  
    38703870
    38713871///////////////////
    3872         tmpstr = ostrcat("0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n15\n20\n25\n30\n35\n40\n45\n50\n55\n60", NULL, 0, 0);
     3872        tmpstr = ostrcat("15\n20\n30\n45\n60\n90\n120\n180\n300\n600\n900\n1200", NULL, 0, 0);
    38733873
    38743874        ostrcatbig(&buf, "<tr><td><font class=\"label\">", &maxlen, &pos);
     
    39003900
    39013901///////////////////
    3902         tmpstr = ostrcat("0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n15\n20\n25\n30\n35\n40\n45\n50\n55\n60", NULL, 0, 0);
     3902        tmpstr = ostrcat("15\n20\n30\n45\n60\n90\n120\n180\n300\n600\n900\n1200", NULL, 0, 0);
    39033903
    39043904        ostrcatbig(&buf, "<tr><td><font class=\"label\">", &maxlen, &pos);
     
    39303930       
    39313931///////////////////
    3932         tmpstr = ostrcat("0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n15\n20\n25\n30\n35\n40\n45\n50\n55\n60", NULL, 0, 0);
     3932        tmpstr = ostrcat("15\n20\n30\n45\n60\n90\n120\n180\n300\n600\n900\n1200", NULL, 0, 0);
    39333933
    39343934        ostrcatbig(&buf, "<tr><td><font class=\"label\">", &maxlen, &pos);
Note: See TracChangeset for help on using the changeset viewer.