# | Line 8 | Line 8 | |
---|---|---|
8 | #include "RenegadeConfig.h" | |
9 | ||
10 | #include <cgicc/Cgicc.h> | |
11 | + | #include <cgicc/HTTPHTMLHeader.h> |
12 | + | #include <cgicc/HTMLClasses.h> |
13 | ||
14 | using namespace cgicc; | |
15 | ||
# | Line 18 | Line 20 | RenegadeConfig* config; | |
20 | ||
21 | int main(int argc, char* argv[], char** env) | |
22 | { | |
23 | < | cout << "Content-Type: text/html\n\n"; |
23 | > | cout << HTTPHTMLHeader(); |
24 | ||
25 | // | |
26 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |