mimetypes = getMimeTypes(); foreach(array_keys($this->mimetypes) as $ext) { $this->mimetypes[$ext] = ltrim($this->mimetypes[$ext], '!'); } } } echo "Important: you should enable the commented file types in mime.conf to make sure the icon are generated!\n"; // generate all the icons $DFIB = new DokuFileIconBuilder(); $DFIB->createAll(__DIR__); echo "generation done\n";