kopia lustrzana https://github.com/friendica/friendica
Update util/typo.php to check in to 'object' folder
rodzic
40f2ec189e
commit
eda96a82d7
|
@ -25,6 +25,13 @@
|
|||
echo $file . "\n";
|
||||
include_once($file);
|
||||
}
|
||||
|
||||
echo "Directory: object\n";
|
||||
$files = glob('object/*.php');
|
||||
foreach($files as $file) {
|
||||
echo $file . "\n";
|
||||
include_once($file);
|
||||
}
|
||||
|
||||
echo "Directory: addon\n";
|
||||
$dirs = glob('addon/*');
|
||||
|
|
Ładowanie…
Reference in New Issue