From e816b3bb18057855747bd70c0edafb60b5fdc73a Mon Sep 17 00:00:00 2001 From: tony baldwin Date: Thu, 12 Apr 2012 23:35:27 -0400 Subject: [PATCH] clean up clean up everybody everywhere... --- planets/planets.php | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/planets/planets.php b/planets/planets.php index d1b59eeb..0df91d7c 100755 --- a/planets/planets.php +++ b/planets/planets.php @@ -4,22 +4,7 @@ * Description: Sample Friendica plugin/addon. Set a random planet from the Emprire when posting. * Version: 1.0 * Author: Mike Macgirvin - * Author: Darth Baldwin - * - * - * - * - * Addons are registered with the system in the - * .htconfig.php file. - * - * $a->config['system']['addon'] = 'plugin1,plugin2,etc.'; - * - * When registration is detected, the system calls the plugin - * name_install() function, located in 'addon/name/name.php', - * where 'name' is the name of the addon. - * If the addon is removed from the configuration list, the - * system will call the name_uninstall() function. - * + * Author: Tony Baldwin */