diff options
author | Zach Copley <zach@status.net> | 2009-10-12 16:36:00 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-12 16:36:00 -0700 |
commit | 870b091693531ba9aca20a0b0fa64ec326d72725 (patch) | |
tree | 703e9bd9690ce5f2787b175f50219249c6c594af /actions/apisubscriptions.php | |
parent | 4efbe32f6ae2d0300299b1103294f881a03f929d (diff) |
Added in credits.
Diffstat (limited to 'actions/apisubscriptions.php')
-rw-r--r-- | actions/apisubscriptions.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/actions/apisubscriptions.php b/actions/apisubscriptions.php index a952e20b8..bc68dd192 100644 --- a/actions/apisubscriptions.php +++ b/actions/apisubscriptions.php @@ -21,6 +21,8 @@ * * @category API * @package StatusNet + * @author Dan Moore <dan@moore.cx> + * @author Evan Prodromou <evan@status.net> * @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 @@ -31,7 +33,7 @@ if (!defined('STATUSNET')) { exit(1); } -require_once INSTALLDIR.'/lib/apibareauth.php'; +require_once INSTALLDIR . '/lib/apibareauth.php'; /** * This class outputs a list of profiles as Twitter-style user and status objects. @@ -40,6 +42,8 @@ require_once INSTALLDIR.'/lib/apibareauth.php'; * * @category API * @package StatusNet + * @author Dan Moore <dan@moore.cx> + * @author Evan Prodromou <evan@status.net> * @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/ |