]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
WebFingerResource introduced, instead of strict Profile object
[quix0rs-gnu-social.git] / index.php
index dbb7fff6f835e51435a12b6b782511b106870ced..2b27845e59dcbce9ed64e69bda2ba9c028a8a2d3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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;
@@ -203,7 +203,7 @@ function setupRW()
 
 function isLoginAction($action)
 {
-    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd', 'hostmeta');
+    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd');
 
     $login = null;