no need to copy dir.*

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2346 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent 0164321160
commit 132cd7da45

@ -189,10 +189,6 @@ public class dir {
if (newdirname != null && newdirname.length() > 0) {
final File newdir = new File(dir, newdirname);
newdir.mkdir();
try {
serverFileUtils.copy(new File(dir,"dir.html"), new File(newdir, "dir.html"));
serverFileUtils.copy(new File(dir,"dir.class"), new File(newdir, "dir.class"));
} catch (IOException e) {}
}
}
if (action.equals("delete") && adminAuthorization) {

Loading…
Cancel
Save