forked from GNUsocial/gnu-social
TwitterBridge PHP require_once paths now relative
This commit is contained in:
@@ -32,7 +32,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
require_once INSTALLDIR . '/plugins/TwitterBridge/twitter.php';
|
||||
require_once dirname(__DIR__) . '/twitter.php';
|
||||
|
||||
/**
|
||||
* Class for doing OAuth authentication against Twitter
|
||||
|
Reference in New Issue
Block a user