mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Load plugin info from plugin file. Show README.md or README from plugin dir in plugin details page
This commit is contained in:
parent
283160901f
commit
00e142e4f7
5 changed files with 88 additions and 16 deletions
|
@ -1,10 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* oembed plugin
|
||||
*
|
||||
* oEmbed is a format for allowing an embedded representation of a URL on third party sites
|
||||
* http://www.oembed.com/
|
||||
*
|
||||
* Name: OEmbed
|
||||
* Description: OEmbed is a format for allowing an embedded representation of a URL on third party sites http://www.oembed.com/
|
||||
* Version: 1.2
|
||||
* Author: Fabio Comuni <http://kirgroup.com/profile/fabrix>
|
||||
*/
|
||||
|
||||
require_once('include/oembed.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue