]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/twitapitrends.php
Moved basic auth stuff into its own classes
[quix0rs-gnu-social.git] / actions / twitapitrends.php
index 48db96d6216bda08286ad946f15c6ef3cd80e559..83ab28f35d6236fa233c6f1f0a7b6aee5e82e039 100644 (file)
  *
  * @category  Search
  * @package   StatusNet
- * @author    Zach Copley <zach@controlyourself.ca>
+ * @author    Zach Copley <zach@status.net>
  * @copyright 2008-2009 StatusNet, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link      http://laconi.ca/
+ * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -38,9 +38,9 @@ require_once INSTALLDIR.'/lib/twitterapi.php';
  *
  * @category Search
  * @package  StatusNet
- * @author   Zach Copley <zach@controlyourself.ca>
+ * @author   Zach Copley <zach@status.net>
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link     http://laconi.ca/
+ * @link     http://status.net/
  *
  * @see      TwitterapiAction
  */