fix path for requiring oauthstore
darcs-hash:20080530174616-84dde-8a7c90c83c04cd07d6dcbe2795dde03dbc63c0f2.gz
This commit is contained in:
parent
bf5ae8e69a
commit
1eb8a82abd
@ -20,7 +20,7 @@
|
|||||||
if (!defined('LACONICA')) { exit(1); }
|
if (!defined('LACONICA')) { exit(1); }
|
||||||
|
|
||||||
require_once('OAuth.php');
|
require_once('OAuth.php');
|
||||||
require_once(INSTALLDIR.'lib/oauthstore.php');
|
require_once(INSTALLDIR.'/lib/oauthstore.php');
|
||||||
|
|
||||||
define('OAUTH_NAMESPACE', 'http://oauth.net/core/1.0/');
|
define('OAUTH_NAMESPACE', 'http://oauth.net/core/1.0/');
|
||||||
define('OMB_NAMESPACE', 'http://openmicroblogging.org/protocol/0.1');
|
define('OMB_NAMESPACE', 'http://openmicroblogging.org/protocol/0.1');
|
||||||
|
Loading…
Reference in New Issue
Block a user