]> git.mxchange.org Git - friendica.git/blobdiff - util/typo.php
new file: view/theme/smoothly/bottom.tpl
[friendica.git] / util / typo.php
index 7c275f3ca32e6629488e407e67bf5324454d05bc..bb2fc67c9f687ccfc21a1c5b55e3e08c8f507829 100644 (file)
        $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);
                }
        }