Changeset 30040
- Timestamp:
- 09/21/14 22:55:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/httpdfunc.h
r30039 r30040 4719 4719 buf = ostrcat(buf, "<link rel=stylesheet type=text/css href=titan.css><script type=text/javascript src=titan.js></script>", 1, 0); 4720 4720 buf = ostrcat(buf, "</head><body class=body id=\"help\">", 1, 0); 4721 buf = ostrcat(buf, "<br>", 1, 0); 4722 buf = ostrcat(buf, "<h1>", 1, 0); 4723 buf = ostrcat(buf, _(param), 1, 0); 4724 buf = ostrcat(buf, "</h1>", 1, 0); 4725 buf = ostrcat(buf, "<br>", 1, 0); 4721 4726 // } 4722 4727 … … 4807 4812 char* buf = NULL, *tmpstr = NULL; 4808 4813 if(param == NULL) return NULL; 4814 if(status.security == 0) return NULL; 4809 4815 4810 4816 if(fmt == 0)
Note: See TracChangeset
for help on using the changeset viewer.