diff options
author | ficus <ficus@robocracy.org> | 2012-10-02 16:44:03 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-10-02 16:44:03 +0200 |
commit | fcf6a8630b7ae818e7719d6e811d01d9359388c3 (patch) | |
tree | 81610e80263e0f326f300b1bc7ea4264df9f29ab /packages/torouter-web/src/tui/views/torstatus.html | |
parent | 7dcf9aa0db8585eb3489bcf0903e67bdd9dee027 (diff) | |
download | torouter-fcf6a8630b7ae818e7719d6e811d01d9359388c3.tar.gz torouter-fcf6a8630b7ae818e7719d6e811d01d9359388c3.zip |
remove unused told TUI
Diffstat (limited to 'packages/torouter-web/src/tui/views/torstatus.html')
-rw-r--r-- | packages/torouter-web/src/tui/views/torstatus.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/torouter-web/src/tui/views/torstatus.html b/packages/torouter-web/src/tui/views/torstatus.html deleted file mode 100644 index a2eeacf..0000000 --- a/packages/torouter-web/src/tui/views/torstatus.html +++ /dev/null @@ -1,5 +0,0 @@ -$def with (content, torrc) -<h2>This is the content of $:torrc</h2> -$:content - -<a href="/tor/config">edit torrc</a> |