]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / index.php
index bbb78b6a92932d39ab8480fa9ea900f680d67bcd..7669778f64e68a60081da00feb564494e4f78117 100644 (file)
--- a/index.php
+++ b/index.php
@@ -19,6 +19,7 @@
 
 define('INSTALLDIR', dirname(__FILE__));
 define('STATUSNET', true);
+define('LACONICA', true); // compatibility
 
 require_once INSTALLDIR . '/lib/common.php';