X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Foauth%2Ffetch_temp_creds.php;h=3d8767a6e1227aeaab7adb7a7e079a64dc82da61;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=bea512a9149c227154f4a54a7d23db2da6661673;hpb=53d45d7ffbe6bcdf336a0e666942557c11cf909b;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");