看到了
int
bbsindex_main()
{
char str[20], redbuf[50];
char *t;
t = getparm("t");
~~~~~~~~~~~~~~~~这里的getparm起到的作用是?
if (nologin) {
shownologin();
http_quit();
return 0;
}
谢谢
【 在 chutium.bbs@bbs.tju.edu.cn.no.spam (秋天|阿新) 的大作中提到: 】
: nod...bbsindex.c只是提供了一个bbsindex_main函数,可以在bbsmain.c还是哪个里看到,我手里现在没代码,grep一下找找吧,要说最后给浏览器用的“文件”,只是www这个cgi文件,主要还是apache里rewrite的把戏,其它的就是作个请求判断了
: 【 在 fanskyer (Be proud of A.C.T team/) 的大作中提到: 】
: : 把所有的都打包到www里了 呵呵~~
: ...................
--
FROM 220.172.236.*