X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Foauth%2Foauth_verify_creds.php;h=c20c7eef03e4fc52c46cb2b5bb744e665ec24b67;hb=7220b3ddd4a32b947e851c946cb6ad6146bebf7d;hp=7eea6e7e7440d6984cf5154e3e85884fff50e187;hpb=04f3f57e2eed2a7757b3dd2bf5afc4926dd0961b;p=quix0rs-gnu-social.git diff --git a/tests/oauth/oauth_verify_creds.php b/tests/oauth/oauth_verify_creds.php old mode 100755 new mode 100644 index 7eea6e7e74..c20c7eef03 --- a/tests/oauth/oauth_verify_creds.php +++ b/tests/oauth/oauth_verify_creds.php @@ -37,13 +37,13 @@ END_OF_VERIFY_HELP; $token = null; $token_secret = null; -require_once INSTALLDIR . '/scripts/commandline.inc'; +require_once INSTALLDIR . '/scripts/commandline.inc.php'; if (have_option('t', 'oauth_token')) { $token = get_option_value('t', 'oauth_token'); } -if (have_option('s', 'token_secret')) { +if (have_option('s', 'oauth_token_secret')) { $token_secret = get_option_value('s', 'oauth_token_secret'); }