2
0
Fork 0

remove testing lines

This commit is contained in:
ivan 2020-04-07 11:48:05 +03:00
parent 79b7bb627f
commit ff04986083
2 changed files with 1 additions and 7 deletions

View File

@ -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 .= '<div>testotest</div>'; }
require_once('include/bbcode.php');
require_once('include/security.php');
require_once('include/conversation.php');

View File

@ -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>
*/