Changeset 140

Show
Ignore:
Timestamp:
10/15/07 22:44:59 (1 year ago)
Author:
chris
Message:

Only allow access to database dump to logged-in users.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/jsp/dump.jsp

    r114 r140  
    2727 
    2828<%@ include file="navclause.jsp" %> 
    29          
     29 
    3030<% 
     31        if (username.equals("anonymous")) 
     32        { 
     33                %>Sorry, you must log in to access this feature.<% 
     34                return; 
     35        } 
    3136 
    3237        class MonadRange