Ignoriere die Verzeichnisse "webpages" und ".svn" bei der Benutzerverwaltung, die...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 20 Feb 2006 09:37:23 +0000 (09:37 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 20 Feb 2006 09:37:23 +0000 (09:37 +0000)
bin/mozilla/admin.pl

index e55c999..64dc249 100644 (file)
@@ -442,6 +442,7 @@ sub form_header {
 
   @allhtml = sort grep /\.html/, @all;
   @alldir = grep !/\.(html|tex)$/, @all;
+  @alldir = grep !/^(webpages|\.svn)$/, @alldir;
 
   @allhtml = reverse grep !/Default/, @allhtml;
   push @allhtml, 'Default';