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

@@ -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');