diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 18:16:22 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-17 18:16:22 +0200 |
commit | d435505bea5b9d735447f4900d7e502cae11412f (patch) | |
tree | 633789853e891f5cde6f6b331405bf57225e0ed7 /packages/torouter-web/tui/views/torstatus.html | |
parent | ed08b56338e9b230c2a475946511c0e13cfce487 (diff) | |
download | torouter-d435505bea5b9d735447f4900d7e502cae11412f.tar.gz torouter-d435505bea5b9d735447f4900d7e502cae11412f.zip |
Add support for displaying content of torrc file
Diffstat (limited to 'packages/torouter-web/tui/views/torstatus.html')
-rw-r--r-- | packages/torouter-web/tui/views/torstatus.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/torouter-web/tui/views/torstatus.html b/packages/torouter-web/tui/views/torstatus.html index ed83531..27b2888 100644 --- a/packages/torouter-web/tui/views/torstatus.html +++ b/packages/torouter-web/tui/views/torstatus.html @@ -1 +1,3 @@ -The main Tor status page +$def with (content, torrc) +<h2>This is the content of $:torrc</h2> +$:content |