X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Foauth%2Foauth_verify_creds.php;h=c20c7eef03e4fc52c46cb2b5bb744e665ec24b67;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=a37538d87e4e03ef5ec022bd394127126753ab0e;hpb=7a9777df053a9007b5eaa71f5437584065b615a5;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 a37538d87e..c20c7eef03 --- a/tests/oauth/oauth_verify_creds.php +++ b/tests/oauth/oauth_verify_creds.php @@ -37,7 +37,7 @@ 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');