]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_notices_rendered.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / scripts / fixup_notices_rendered.php
index 3e7eb7acb872bc425ecad7020636d347d69d0e54..359cd6cce46570d06b1e3f458326a80787443cdc 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env php
 <?php
 /*
- * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, 2009, Control Yourself, Inc.
+ * StatusNet - the distributed open-source microblogging tool
+ * Copyright (C) 2008, 2009, StatusNet, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -25,7 +25,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('LACONICA', true);
+define('STATUSNET', true);
+define('LACONICA', true); // compatibility
 
 require_once(INSTALLDIR . '/lib/common.php');