whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
league
/
oauth1-client
/
src
/
Signature
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/league/oauth1-client/src/Signature/PlainTextSignature.php
<?php namespace League\OAuth1\Client\Signature; class PlainTextSignature extends Signature implements SignatureInterface { /** * @inheritDoc */ public function method() { return 'PLAINTEXT'; } /** * @inheritDoc */ public function sign($uri, array $parameters = [], $method = 'POST') { return $this->key(); } }
Copyright ©2021 || Defacer Indonesia