You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php /** * @file plugins/generic/articlesExtras/index.php * * Copyright (c) 2011 Richard González Alberto * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @ingroup plugins_generic_articlesExtras * @brief Wrapper for Articles Extras generic plugin. * */require_once('ArticlesExtrasPlugin.inc.php');return new ArticlesExtrasPlugin();?>