[Feature][ZXW-33]merge ZXW 0428 version

Change-Id: I11f167edfea428d9fab198ff00ff1364932d1b0b
diff --git a/ap/app/goahead/server/cgi.c b/ap/app/goahead/server/cgi.c
index c9286c6..7742a7b 100755
--- a/ap/app/goahead/server/cgi.c
+++ b/ap/app/goahead/server/cgi.c
@@ -210,7 +210,7 @@
 
 	if (wp->flags & WEBS_CGI_HTTPSHARE_UPLOAD)
 	{
-		printf("[httpshare]call zte_process_cgi_end.\n");
+		printf("[httpshare]call process_cgi_end.\n");
 		return zte_process_cgi_end(wp);
 	}else if(wp->flags & WEBS_CGI_UPLOAD)
 	{