mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
more work on facebook addon
This commit is contained in:
parent
f217a557b8
commit
bd4e7249a3
3 changed files with 89 additions and 670 deletions
|
@ -21,6 +21,6 @@
|
|||
foreach($files as $file)
|
||||
include_once($file);
|
||||
|
||||
$files = glob('addon/*.php');
|
||||
$files = glob('addon/*/*.php');
|
||||
foreach($files as $file)
|
||||
include_once($file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue