diff options
Diffstat (limited to 'Zotlabs/Module/Embed.php')
| -rw-r--r-- | Zotlabs/Module/Embed.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Zotlabs/Module/Embed.php b/Zotlabs/Module/Embed.php deleted file mode 100644 index 77b9254dd..000000000 --- a/Zotlabs/Module/Embed.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php -namespace Zotlabs\Module; - -require_once('include/security.php'); -require_once('include/bbcode.php'); - - -class Embed extends \Zotlabs\Web\Controller { - - function init() { - - $post_id = ((argc() > 1) ? intval(argv(1)) : 0); - - if(! $post_id) - killme(); - - echo '[share=' . $post_id . '][/share]'; - killme(); - - } - -} |
