Broken link to admin page.
Brought to you by:
ianeboston,
john765367
The link to the admin page in the top right of the screen
is broken. The problem seems to be that in
webapp/index.dtl it can't find the $URL of the tool. Is
this because of the unused methods
uk.ac.cam.coursework.webapp.WebAppObject and
uk.ac.cam.coursework.webapp.WebAppController ?
Logged In: YES
user_id=690529
fixed by making changes in webapp/index.dtl and
uk/ac/cam/coursework/servlet/WebAppTool.java
The change in the java is possibly a nasty hack that wont
work generically. All I have done is used the URL as the
requestURI with "/servlet/" taken off the front.
Please could you check if this is going to be ok.