Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

17 lines
359 B
Plaintext

<%@ 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>