mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2063 incorrect path to cacert.pem
This commit is contained in:
parent
6ce32b612f
commit
b8351bf3c8
2 changed files with 3 additions and 3 deletions
|
|
@ -287,7 +287,7 @@ class FileHandler
|
|||
$request_headers = array();
|
||||
$request_cookies = array();
|
||||
$request_options = array(
|
||||
'verify' => \RX_BASEDIR . 'vendor/composer/ca-bundle/res/cacert.pem',
|
||||
'verify' => \RX_BASEDIR . 'common/vendor/composer/ca-bundle/res/cacert.pem',
|
||||
'timeout' => $timeout,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue