a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
17 lines
359 B
Plaintext
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>
|
|
|