GNUSOCIAL is the new defined indicator

STATUSNET is still there for compatibility, so we don't have to change
all scripts at once yet...
This commit is contained in:
Mikael Nordfeldth
2013-09-18 00:35:49 +02:00
parent f00949946b
commit 4c6803a054
2 changed files with 7 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ $_startTime = microtime(true);
$_perfCounters = array();
define('INSTALLDIR', dirname(__FILE__));
define('STATUSNET', true);
define('LACONICA', true); // compatibility
define('GNUSOCIAL', true);
define('STATUSNET', true); // compatibility
$user = null;
$action = null;