diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-08-25 11:30:50 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-08-25 11:30:50 +0000 |
commit | 48a8fe99954ac0dc8ea9bd666fad1af3a97eb910 (patch) | |
tree | 4d3a886b3f914312294e69cc4ec58afa84a5c8ee /weblog-editsource-html.lsp | |
parent | 20b71105d64f7bbb136925e70c09d6c9408a72c5 (diff) | |
download | acf-weblog-48a8fe99954ac0dc8ea9bd666fad1af3a97eb910.tar.bz2 acf-weblog-48a8fe99954ac0dc8ea9bd666fad1af3a97eb910.tar.xz |
Fixes: hide source password, put wget password to file instead of commandline, fix permissions bug. Bump to version 0.3.1v0.3.1
Diffstat (limited to 'weblog-editsource-html.lsp')
-rw-r--r-- | weblog-editsource-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weblog-editsource-html.lsp b/weblog-editsource-html.lsp index c05a556..c15e30e 100644 --- a/weblog-editsource-html.lsp +++ b/weblog-editsource-html.lsp @@ -5,6 +5,7 @@ require("viewfunctions") <H1><%= html.html_escape(form.label) %></H1> <% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action + form.value.passwd.type = "password" if page_info.action == "editsource" then form.value.sourcename.readonly = true end |