read ()) { if ($f!="." && $f!=".." && is_dir($d->path.$f) && !in_array (preg_replace("/\.git$/", "", $f), $config['extra_addons'])) { $conf['projects'][preg_replace("/\.git$/", "", $f)] = array('repo' => $d->path.$f); } } asort($conf['projects']); } // Exclude robots $conf['robots'] = "noindex, nofollow"; $conf['ad'] = false;