diff options
Diffstat (limited to 'htroot/AccessTracker_p.html')
| -rw-r--r-- | htroot/AccessTracker_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/AccessTracker_p.html b/htroot/AccessTracker_p.html index 02da492d9..8de3b15f9 100644 --- a/htroot/AccessTracker_p.html +++ b/htroot/AccessTracker_p.html @@ -7,7 +7,7 @@ <body id="AccessTracker"> #%env/templates/header.template%# #%env/templates/submenuAccessTracker.template%# - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> #(page)# <h2>Server Access Overview</h2> <p>This is a list of #[num]# requests to the local http server within the last hour.</p> @@ -110,7 +110,7 @@ <td>#[resulttime]#</td> <td>#[urltime]#</td> <td>#[snippettime]#</td> - <td><a href="/yacysearch.html?query=#[querystring]#&resource=local">#[querystring]#</a></td> + <td><a href="yacysearch.html?query=#[querystring]#&resource=local">#[querystring]#</a></td> <td>#[userAgent]#</td> </tr> #{/list}# |
