Git cleanup.

This commit is contained in:
Erik C. Thauvin 2017-06-07 14:45:06 -07:00
parent 3937236341
commit 324f5b1005
142 changed files with 0 additions and 204 deletions

20
google-tagunit/index.jsp Normal file
View 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"%>
<%
}
%>