projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af85b76
)
Ignoriere die Verzeichnisse "webpages" und ".svn" bei der Benutzerverwaltung, die...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 20 Feb 2006 09:37:23 +0000
(09:37 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 20 Feb 2006 09:37:23 +0000
(09:37 +0000)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
e55c999
..
64dc249
100644
(file)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-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';