X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Foauth%2Foauth_post_notice.php;h=6742ab1580b1dddd3c35772d70d878d6e2356bd8;hb=c04c91bb8974671ee093f444b3d180993bc4987c;hp=23fc04b531567aedffc836627fc316eb7b563d88;hpb=bd7c8825cef793d39a71546319ebae6a04c21e58;p=quix0rs-gnu-social.git diff --git a/tests/oauth/oauth_post_notice.php b/tests/oauth/oauth_post_notice.php old mode 100644 new mode 100755 index 23fc04b531..6742ab1580 --- a/tests/oauth/oauth_post_notice.php +++ b/tests/oauth/oauth_post_notice.php @@ -40,7 +40,7 @@ $token = null; $token_secret = null; $update = 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');