X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Foauth%2Ffetch_temp_creds.php;h=3d8767a6e1227aeaab7adb7a7e079a64dc82da61;hb=refs%2Fheads%2Fupstream-merges%2Fmaster;hp=bea512a9149c227154f4a54a7d23db2da6661673;hpb=22047f6412811cb340aee6ba49d15257581b5aa9;p=quix0rs-gnu-social.git diff --git a/tests/oauth/fetch_temp_creds.php b/tests/oauth/fetch_temp_creds.php old mode 100755 new mode 100644 index bea512a914..3d8767a6e1 --- a/tests/oauth/fetch_temp_creds.php +++ b/tests/oauth/fetch_temp_creds.php @@ -20,7 +20,7 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..')); -require_once INSTALLDIR . '/scripts/commandline.inc'; +require_once INSTALLDIR . '/scripts/commandline.inc.php'; require_once INSTALLDIR . '/extlib/OAuth.php'; $ini = parse_ini_file("oauth.ini");