📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 12:22:54
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-oauth_2.0.7-5.el8
/
tests
✏️
Editing: oauth.inc
<?php function creationParams() { return [ "oauth_token" => "a_good_token", "oauth_timestamp" => "12345", "oauth_nonce" => "raNdOM", "oauth_consumer_key" => "api_key", "oauth_signature" => "invalid", "oauth_signature_method" => OAUTH_SIG_METHOD_HMACSHA1 ]; }
💾 Save Changes
❌ Cancel