]> git.mxchange.org Git - friendica.git/blobdiff - util/typo.php
Merge pull request #631 from fabrixxm/addonlangs
[friendica.git] / util / typo.php
index bb2fc67c9f687ccfc21a1c5b55e3e08c8f507829..a8055c84184317ba3d51f564938f959b38b93211 100644 (file)
                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/*');