Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/SignatureService.php
Arrière
<?php namespace Braintree; class SignatureService { public function __construct($key, $digest) { $this->key = $key; $this->digest = $digest; } public function sign($payload) { return $this->hash($payload) . "|" . $payload; } public function hash($data) { return call_user_func($this->digest, $this->key, $data); } } class_alias('Braintree\SignatureService', 'Braintree_SignatureService');
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.04 |
proxy
|
phpinfo
|
Réglages