diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-11-25 14:09:25 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-11-25 14:09:25 +0000 |
| commit | e22f8497c98f4d37c28c49c1071d5b8ade2dd1b1 (patch) | |
| tree | e5a9b653f91f03ff28fa465d0a0fb4eea4cf129d /htroot/CrawlResults.html | |
| parent | bc5df0eef5dfc45226b6348f2ff969d8abb849d0 (diff) | |
- tested the ARC methods
- removed strict authentication (if password is empty; this was buggy and not useful; can be switched on if necessary globally and not for each interface method)
- increased speed of CrawlResults page (no dns lookup any more)
- increased speed of favicon display (removed dns lookup)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8104 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/CrawlResults.html')
| -rw-r--r-- | htroot/CrawlResults.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htroot/CrawlResults.html b/htroot/CrawlResults.html index c24b6bac0..bc773e020 100644 --- a/htroot/CrawlResults.html +++ b/htroot/CrawlResults.html @@ -83,7 +83,6 @@ <form action="#[feedbackpage]#" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<div>
<input type="hidden" name="process" value="#[tabletype]#" />
- <input type="hidden" name="hashpart" value="#[hashpart]#" />
<input type="hidden" name="domain" value="#[domain]#" />
<input type="submit" name="deletedomain" value="delete all" />
</div>
|
