17 lines
359 B
Plaintext
Raw Normal View History

<%@ Page Language="C#" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Command</title>
<script runat="server">
void Page_Load ()
{
ConfigurationManager.GetSection ("GauntletSafeTags");
}
</script>
</head>
<body>
</body>
</html>