fixup classes
darcs-hash:20080602192820-84dde-6ac58e44cc0fb455e871053ace803194c76ccd00.gz
This commit is contained in:
		@@ -22,6 +22,10 @@ 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');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					require_once(INSTALLDIR.'/classes/Consumer.php');
 | 
				
			||||||
 | 
					require_once(INSTALLDIR.'/classes/Nonce.php');
 | 
				
			||||||
 | 
					require_once(INSTALLDIR.'/classes/Token.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');
 | 
				
			||||||
define('OMB_VERSION_01', 'http://openmicroblogging.org/protocol/0.1');
 | 
					define('OMB_VERSION_01', 'http://openmicroblogging.org/protocol/0.1');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user