friendship ended with social-app. php is my new best friend

add connector like in bskytoucher

Changed files
+4 -2
+4 -2
index.php
···
'callbackURL' => 'http://'.SITE_DOMAIN.'/login',
'sessionStart' => true,
]);
-
$http = new React\Http\Browser();
+
$connector = new React\Socket\Connector([
+
'dns' => '1.1.1.1'
+
]);
+
$http = new React\Http\Browser($connector);
$client = new GuzzleHttp\Client([
-
'dns' => '1.1.1.1',
'headers' => [
'User-Agent' => USER_AGENT_STR
]