|
@@ -107,7 +107,7 @@ class fcgi_server
|
|
|
Log::record("member_id=" . session_helper::memberid(),Log::DEBUG);
|
|
|
if(file_exists($file))
|
|
|
{
|
|
|
- $host = 'http://192.168.1.220:3333';
|
|
|
+ $host = 'http://localhost:3333';
|
|
|
fcgi_header("Content-Type: text/html; charset=UTF-8");
|
|
|
fcgi_header("Access-Control-Allow-Credentials: true");
|
|
|
fcgi_header("Access-Control-Allow-Origin: {$host}");
|