define LACONICA and accept LACONICA for backwards compatibility

This commit is contained in:
Evan Prodromou
2009-08-26 10:41:36 -04:00
parent 434abed511
commit df86aa7214
258 changed files with 259 additions and 253 deletions

View File

@@ -31,6 +31,7 @@ mb_internal_encoding('UTF-8');
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
define('STATUSNET', true);
define('LACONICA', true); // compatibility
require_once(INSTALLDIR . '/lib/common.php');