mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
fix-2
This commit is contained in:
parent
2881405ac1
commit
8f66a8fe60
@ -88,7 +88,8 @@ class VkBridge extends BridgeAbstract
|
||||
|
||||
$date = date_parse($strdate);
|
||||
}
|
||||
return strtotime($date['day'] . '-' . $date['month'] . '-' . $date['year'] . ' ' . $date['hour'] . ':' . $date['minute']);
|
||||
return strtotime($date['day'] . '-' . $date['month'] . '-' . $date['year'] . ' ' .
|
||||
$date['hour'] . ':' . $date['minute']);
|
||||
}
|
||||
|
||||
}
|
||||
@ -102,8 +103,8 @@ class VkBridge extends BridgeAbstract
|
||||
'method' => "GET",
|
||||
'user_agent' => ini_get('user_agent'),
|
||||
'accept_encoding' => 'gzip',
|
||||
'header' => "Accept-language: en\r\n" .
|
||||
"Cookie: remixlang=3\r\n"
|
||||
'header' => "Accept-language: en\r\n
|
||||
Cookie: remixlang=3\r\n"
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user