mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Update composer dependencies
This commit is contained in:
parent
49cc39e507
commit
cbd324c35b
428 changed files with 17862 additions and 5885 deletions
2
vendor/rmccue/requests/library/Requests/Auth/Basic.php
vendored
Executable file → Normal file
2
vendor/rmccue/requests/library/Requests/Auth/Basic.php
vendored
Executable file → Normal file
|
|
@ -74,7 +74,7 @@ class Requests_Auth_Basic implements Requests_Auth {
|
|||
* @param string $out HTTP header string
|
||||
*/
|
||||
public function fsockopen_header(&$out) {
|
||||
$out .= "Authorization: Basic " . base64_encode($this->getAuthString()) . "\r\n";
|
||||
$out .= sprintf("Authorization: Basic %s\r\n", base64_encode($this->getAuthString()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue