]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/oembed.php
Updated markup for application details page. Similar to user/group
[quix0rs-gnu-social.git] / actions / oembed.php
index 5c9853bd36d2408c4e7e0f5e145c727689fbc49a..e287b6ae2a9563972ea2dac524bf379a8e789adb 100644 (file)
  *
  * @category  Twitter
  * @package   StatusNet
- * @author    Evan Prodromou <evan@controlyourself.ca>
+ * @author    Evan Prodromou <evan@status.net>
  * @copyright 2008 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);
 }
 
@@ -41,7 +41,7 @@ if (!defined('LACONICA')) {
  * @author    Craig Andrews <candrews@integralblue.com>
  * @copyright 2008 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/
  */
 
 class OembedAction extends Action