aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/src/tui/views/torconfig.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/torouter-web/src/tui/views/torconfig.html')
-rw-r--r--packages/torouter-web/src/tui/views/torconfig.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/torouter-web/src/tui/views/torconfig.html b/packages/torouter-web/src/tui/views/torconfig.html
deleted file mode 100644
index 223c339..0000000
--- a/packages/torouter-web/src/tui/views/torconfig.html
+++ /dev/null
@@ -1,11 +0,0 @@
-$def with (content)
-
-<form method="POST" action="/tor/config" enctype="multipart/form-data">
-<ul>
-<li><textarea cols="100" rows="50" name="torrc">
-$:content
-</textarea></li>
-<li><input type="submit" name="save"></li>
-</ul>
-</form>
-