X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=bf6cf7c00ca7eee261323185e61d41ad0c353f89;hb=7e55fc00447923b40b2ffc87329fd95347d776f5;hp=ea5c802779eb9aaf4cb623fcc95ef989f578a63b;hpb=073e3a1572d0cd5934c6578f4245c39e8376351f;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index ea5c802779..bf6cf7c00c 100644 --- a/index.php +++ b/index.php @@ -19,16 +19,20 @@ * @category StatusNet * @package StatusNet * @author Brenda Wallace + * @author Brion Vibber * @author Christopher Vollick * @author CiaranG * @author Craig Andrews * @author Evan Prodromou * @author Gina Haeussge + * @author James Walker * @author Jeffery To * @author Mike Cochrane * @author Robin Millette * @author Sarven Capadisli * @author Tom Adams + * @author Zach Copley + * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org * * @license GNU Affero General Public License http://www.gnu.org/licenses/ */ @@ -185,7 +189,7 @@ function checkMirror($action_obj, $args) function isLoginAction($action) { - static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp'); + static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd'); $login = null;