. # # ***** END LICENSE BLOCK ***** if (!defined('DC_RC_PATH')) {return;} $this->registerModule( 'CountDown', 'Countdown and stopwatch', 'Moe (http://gniark.net/), Pierre Van Glabeke', '2.0.0', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_ADMIN, ]), 'type' => 'plugin', 'support' => 'https://forum.dotclear.org/viewforum.php?id=16', 'details' => 'http://plugins.dotaddict.org/dc2/details/countdown' ] );