不明白,现在开始调查此事
grep -e cai.jpg *.c
nju09/bbsindex.c: {"white", "gray", "/cai.jpg", "/stamp.gif", "/logo.gif"}
static struct wwwface bbsface[NFACE] = {
{"#000000", "#99ccff", "/ytht2men.jpg", NULL, NULL},
{"white", "#99ccff", "/ythtBlkRedGry.gif", NULL, NULL},
{"white", "gray", "/cai.jpg", "/stamp.gif", "/logo.gif"}
};
grep -e bbsface *.c
bbsindex.c:static struct wwwface bbsface[NFACE] = {
bbsindex.c: pface = &(bbsface[n]);
bbsindex.c: "<CENTER>", bbsface[n].bgcolor);
bbsindex.c: bbsface[n].figure);
--
FROM 162.105.22.233