forked from GNUsocial/gnu-social
define LACONICA and accept LACONICA for backwards compatibility
This commit is contained in:
@@ -26,6 +26,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
|
||||
|
||||
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
|
||||
define('STATUSNET', true);
|
||||
define('LACONICA', true); // compatibility
|
||||
|
||||
require_once(INSTALLDIR . '/lib/common.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user