/home/desid573/public_html/angel/stripe
NameSizeModeActions
data/-0755rm
lib/-0755rm
.editorconfig2080644editdlrm
.gitignore3950644editdlrm
build.php9050644editdlrm
CHANGELOG.md298920644editdlrm
composer.json7540644editdlrm
init.php70910644editdlrm
LICENSE10990644editdlrm
README.md102890644editdlrm
update_certs.php4070644editdlrm
VERSION70644editdlrm
Edit: /home/desid573/public_html/angel/stripe/update_certs.php (407B)
#!/usr/bin/env php $fp, CURLOPT_TIMEOUT => 3600, CURLOPT_URL => 'https://curl.haxx.se/ca/cacert.pem', ); $ch = curl_init(); curl_setopt_array($ch, $options); curl_exec($ch); curl_close($ch); fclose($fp);