|
@@ -110,7 +110,7 @@ class fcgi_server
|
|
|
fcgi_headers_sent();
|
|
|
$contents = ob_get_clean();
|
|
|
fcgi_echo($contents);
|
|
|
- Log::record("return msg={$contents}",Log::DEBUG);
|
|
|
+ //Log::record("return msg={$contents}",Log::DEBUG);
|
|
|
|
|
|
session::instance()->end();
|
|
|
fcgi_finish();
|