]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_replies.php
CSS to align the notice footer (thanks fnadde42)
[quix0rs-gnu-social.git] / scripts / fixup_replies.php
index dd55e6ed40ff1b5e1fc61bc574bb02b8c934934c..17d746eb519a69030a6c4c9d437581f33d6f0a9c 100755 (executable)
@@ -25,8 +25,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
-define('LACONICA', true); // compatibility
+define('GNUSOCIAL', true);
+define('STATUSNET', true);  // compatibility
 
 require_once(INSTALLDIR . '/lib/common.php');