summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Makefile5
-rwxr-xr-xapp/acf-util/password-read-html.lsp2
2 files changed, 5 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile
index af2b898..cdd42bb 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -9,6 +9,11 @@ APP_DIST= \
acf-util/roles-getlist-html.lsp \
acf-util/roles-model.lua \
acf-util/roles-read-html.lsp \
+ acf-util/password-controller.lua \
+ acf-util/password-html.lsp \
+ acf-util/password-model.lua \
+ acf-util/password-status-html.lsp \
+ acf-util/password.menu \
acf_www-controller.lua\
cfgfile-model.lua\
service-model.lua\
diff --git a/app/acf-util/password-read-html.lsp b/app/acf-util/password-read-html.lsp
deleted file mode 100755
index 9ab91bf..0000000
--- a/app/acf-util/password-read-html.lsp
+++ /dev/null
@@ -1,2 +0,0 @@
-<? local view = ... ?>
-<p>The local root password is <?= view.password.value ?></p>