From ff0498608335eb24a7b1720f91cd3ae4bce978c9 Mon Sep 17 00:00:00 2001 From: zlaxy Date: Tue, 7 Apr 2020 11:48:05 +0300 Subject: [PATCH] remove testing lines --- link/Mod_Link.php | 6 ------ link/link.php | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/link/Mod_Link.php b/link/Mod_Link.php index a371d37..6e529c9 100644 --- a/link/Mod_Link.php +++ b/link/Mod_Link.php @@ -2,12 +2,6 @@ namespace Zotlabs\Module; -function link_load() { register_hook('page_end', 'addon/link/link.php', 'link_active'); } - -function link_unload() { unregister_hook('page_end', 'addon/link/link.php', 'link_active'); } - -function link_active(&$a,&$b) { $b .= '
testotest
'; } - require_once('include/bbcode.php'); require_once('include/security.php'); require_once('include/conversation.php'); diff --git a/link/link.php b/link/link.php index 7857161..6fa030c 100644 --- a/link/link.php +++ b/link/link.php @@ -2,7 +2,7 @@ /** * Name: Link * Description: Using short links on whole hub - * Version: 0.65 + * Version: 0.66 * Author: ivan zlax <@zlax@ussr.win> * Maintainer: ivan zlax <@zlax@ussr.win> */