From 2eb877825439bba82242fda88cc6f9e599813f7d Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Mon, 6 May 2013 16:42:10 +0200 Subject: [PATCH] moved pwr to newly created directory tools --- web/htdocs/{ => tools}/pwr/build_index.pl | 0 web/htdocs/{ => tools}/pwr/index.html | 0 web/htdocs/{ => tools}/pwr/pwr.conf | 0 web/htdocs/{ => tools}/pwr/pwr.htm | 0 web/htdocs/{ => tools}/pwr/pwr.pl | 0 web/htdocs/{ => tools}/pwr/read_conf.pl | 0 web/htdocs/{ => tools}/pwr/save_conf.pl | 0 web/htdocs/{ => tools}/pwr/scripts.js | 0 web/htdocs/{ => tools}/pwr/styles.css | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename web/htdocs/{ => tools}/pwr/build_index.pl (100%) rename web/htdocs/{ => tools}/pwr/index.html (100%) rename web/htdocs/{ => tools}/pwr/pwr.conf (100%) rename web/htdocs/{ => tools}/pwr/pwr.htm (100%) rename web/htdocs/{ => tools}/pwr/pwr.pl (100%) rename web/htdocs/{ => tools}/pwr/read_conf.pl (100%) rename web/htdocs/{ => tools}/pwr/save_conf.pl (100%) rename web/htdocs/{ => tools}/pwr/scripts.js (100%) rename web/htdocs/{ => tools}/pwr/styles.css (100%) diff --git a/web/htdocs/pwr/build_index.pl b/web/htdocs/tools/pwr/build_index.pl similarity index 100% rename from web/htdocs/pwr/build_index.pl rename to web/htdocs/tools/pwr/build_index.pl diff --git a/web/htdocs/pwr/index.html b/web/htdocs/tools/pwr/index.html similarity index 100% rename from web/htdocs/pwr/index.html rename to web/htdocs/tools/pwr/index.html diff --git a/web/htdocs/pwr/pwr.conf b/web/htdocs/tools/pwr/pwr.conf similarity index 100% rename from web/htdocs/pwr/pwr.conf rename to web/htdocs/tools/pwr/pwr.conf diff --git a/web/htdocs/pwr/pwr.htm b/web/htdocs/tools/pwr/pwr.htm similarity index 100% rename from web/htdocs/pwr/pwr.htm rename to web/htdocs/tools/pwr/pwr.htm diff --git a/web/htdocs/pwr/pwr.pl b/web/htdocs/tools/pwr/pwr.pl similarity index 100% rename from web/htdocs/pwr/pwr.pl rename to web/htdocs/tools/pwr/pwr.pl diff --git a/web/htdocs/pwr/read_conf.pl b/web/htdocs/tools/pwr/read_conf.pl similarity index 100% rename from web/htdocs/pwr/read_conf.pl rename to web/htdocs/tools/pwr/read_conf.pl diff --git a/web/htdocs/pwr/save_conf.pl b/web/htdocs/tools/pwr/save_conf.pl similarity index 100% rename from web/htdocs/pwr/save_conf.pl rename to web/htdocs/tools/pwr/save_conf.pl diff --git a/web/htdocs/pwr/scripts.js b/web/htdocs/tools/pwr/scripts.js similarity index 100% rename from web/htdocs/pwr/scripts.js rename to web/htdocs/tools/pwr/scripts.js diff --git a/web/htdocs/pwr/styles.css b/web/htdocs/tools/pwr/styles.css similarity index 100% rename from web/htdocs/pwr/styles.css rename to web/htdocs/tools/pwr/styles.css -- 2.43.0