]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/oauth/oauth_verify_creds.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / tests / oauth / oauth_verify_creds.php
old mode 100755 (executable)
new mode 100644 (file)
index a37538d..c20c7ee
@@ -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');