Merge branch 'master' of git://github.com/friendica/friendica

This commit is contained in:
Vasudev Kamath 2012-04-27 22:43:26 +05:30
commit 214ec91a3f
425 changed files with 14504 additions and 23377 deletions

File diff suppressed because it is too large Load diff

View file

@ -33,6 +33,8 @@
$files = glob($dir . '/*.php');
foreach($files as $file) {
echo $file . "\n";
if(stristr($file,'jappixmini/proxy.php'))
continue;
include_once($file);
}
}