mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Merge branch 'master' of git://github.com/friendica/friendica
This commit is contained in:
commit
11974b4d94
40 changed files with 1602 additions and 1038 deletions
1102
util/messages.po
1102
util/messages.po
File diff suppressed because it is too large
Load diff
|
@ -30,11 +30,10 @@
|
|||
$dirs = glob('addon/*');
|
||||
|
||||
foreach($dirs as $dir) {
|
||||
$files = glob($dir . '/*.php');
|
||||
$addon = basename($dir);
|
||||
$files = glob($dir . '/' . $addon . '.php');
|
||||
foreach($files as $file) {
|
||||
echo $file . "\n";
|
||||
if(stristr($file,'jappixmini/proxy.php'))
|
||||
continue;
|
||||
include_once($file);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue