diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2019-04-02 17:42:50 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2019-04-02 17:42:50 +0200 |
| commit | 0ab2b49c3136b262c616f9702d8056a483734fc6 (patch) | |
| tree | d4087e6c41a5fbc20ff2e3ea6c9fcaa356544754 /htroot/env | |
| parent | 5b7e41202a615b1c7f5f0c0406444baea153a643 (diff) | |
Made /yacysearch access rate limitations user configurable
With a new admin page at /SearchAccessRate_p.html in menu Network Access
> Local Search > Access Rate Limitations
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/templates/submenuAccessTracker.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/env/templates/submenuAccessTracker.template b/htroot/env/templates/submenuAccessTracker.template index a08d32d44..d37cc12d7 100644 --- a/htroot/env/templates/submenuAccessTracker.template +++ b/htroot/env/templates/submenuAccessTracker.template @@ -15,6 +15,7 @@ <ul class="SubMenu"> <li><a href="AccessTracker_p.html?page=2" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Log</a></li> <li><a href="AccessTracker_p.html?page=3" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Host Tracker</a></li> + <li><a href="SearchAccessRate_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Access Rate Limitations</a></li> </ul> </div> |
