]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/oauthclient.php
move scripts to just before </body>, add event for scripts that need to be in <head>
[quix0rs-gnu-social.git] / lib / oauthclient.php
index e9463bb5324475b1539e4aeaa0a69ba7c65e2191..f1827726e71e843d4e2e17daeedc6005308304f0 100644 (file)
  *
  * @category  Action
  * @package   StatusNet
- * @author    Zach Copley <zach@controlyourself.ca>
- * @copyright 2008 StatusNet, Inc.
+ * @author    Zach Copley <zach@status.net>
+ * @copyright 2009 StatusNet, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -38,7 +38,7 @@ require_once 'OAuth.php';
  *
  * @category Integration
  * @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://status.net/
  *
@@ -52,7 +52,7 @@ class OAuthClientCurlException extends Exception
  *
  * @category Integration
  * @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://status.net/
  *