Update ph7_cgi.c

This commit is contained in:
謝致邦 (XIE Zhibang) 2016-04-17 14:19:00 +08:00
parent 02e936887c
commit 3918f8555f
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
static void CgiHeader()
{
puts("X-Powered-By: " PH7_SIG);
puts("Content-type: text/html; charset=UTF-8\n");
puts("X-Powered-By: " PH7_SIG "\r");
puts("Content-type: text/html; charset=UTF-8\r\n\r");
}
/*
* Display an error message and exit.