X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=bf6cf7c00ca7eee261323185e61d41ad0c353f89;hb=41dfea163460bb216483e8e12fff7a8afefbb4fb;hp=3778ffe42016486f18090257f2bca6b5d8e57920;hpb=f5c82d9d60afd044f9652865d3e481dec974075f;p=quix0rs-gnu-social.git diff --git a/index.php b/index.php index 3778ffe420..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', 'rsd'); + static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'opensearch', 'rsd'); $login = null;