Git cleanup.
This commit is contained in:
parent
3937236341
commit
324f5b1005
142 changed files with 0 additions and 204 deletions
20
google-tagunit/index.jsp
Normal file
20
google-tagunit/index.jsp
Normal file
|
@ -0,0 +1,20 @@
|
|||
<%
|
||||
// Copyright (c) 2002-2003, Erik C. Thauvin
|
||||
// All rights reserved.
|
||||
|
||||
String key = request.getParameter("key");
|
||||
|
||||
if ((key != null)&& (key.trim().length() > 0))
|
||||
{
|
||||
pageContext.setAttribute("google_key", key, PageContext.APPLICATION_SCOPE);
|
||||
%>
|
||||
<jsp:forward page="test/servlet/RunTests?uri=/test/google/index.jsp"/>
|
||||
<%
|
||||
}
|
||||
else
|
||||
{
|
||||
%>
|
||||
<%@include file="index.html"%>
|
||||
<%
|
||||
}
|
||||
%>
|
Loading…
Add table
Add a link
Reference in a new issue