Mercurial Hosting > chat
comparison src/private/tools/config.html.luan @ 69:e229f4aacde0
config in lucene
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 06 Mar 2025 20:08:19 -0700 |
parents | 979a9ee73ea4 |
children |
comparison
equal
deleted
inserted
replaced
68:329c3f70fd78 | 69:e229f4aacde0 |
---|---|
32 <% header() %> | 32 <% header() %> |
33 <div content> | 33 <div content> |
34 <h1>Configure</h1> | 34 <h1>Configure</h1> |
35 <form method=post action="save_config.txt"> | 35 <form method=post action="save_config.txt"> |
36 <p> | 36 <p> |
37 <textarea name=config autofocus><%= stringify(config) %></textarea> | 37 <textarea name=config autofocus><%= stringify(config).."\n" %></textarea> |
38 </p> | 38 </p> |
39 <p> | 39 <p> |
40 <input type=submit value="Update"> | 40 <input type=submit value="Update"> |
41 </p> | 41 </p> |
42 </form> | 42 </form> |