]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
just comments
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 22 Aug 2013 08:52:17 +0000 (10:52 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 22 Aug 2013 08:52:17 +0000 (10:52 +0200)
tools/xmlOperation.pl

index 1e0b1303938e3847c2684110264ede22ca8756c5..a582d49970d4d4f30445d98c20bb6cead5f41ff7 100755 (executable)
@@ -57,6 +57,10 @@ unless ($q->param()){
   print escapeHTML("action=deleteFile&configFile=[configFile]"),br,br;
   print "change the ancestor (include directive) of config file",br;
   print escapeHTML("action=changeAncestor&configFile=[configFile]&newAncestor=[newAncestor]"),br,br;
+  print "move/rename config file",br;
+  print escapeHTML("action=moveFile&configFile=[configFile]&newFile=[newFile]"),br,br;
+  print "copy config file",br;
+  print escapeHTML("action=copyFile&configFile=[configFile]&newFile=[newFile]"),br,br;
 
 }