diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 3d86808..55845d1 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.0.338")] -[assembly: AssemblyFileVersion("3.0.0.338")] +[assembly: AssemblyVersion("3.0.0.339")] +[assembly: AssemblyFileVersion("3.0.0.339")] diff --git a/WebApplication/AdminConfig.aspx b/WebApplication/AdminConfig.aspx index 5642531..d2a065c 100644 --- a/WebApplication/AdminConfig.aspx +++ b/WebApplication/AdminConfig.aspx @@ -586,7 +586,13 @@ -
+
+
+

+
+

@@ -608,12 +614,6 @@ OnServerValidate="cvPasswordRegEx_ServerValidate" AutoUpdateAfterCallBack="True" meta:resourcekey="cvPasswordRegExResource1" UpdateAfterCallBack="True" />
- -
-

-
protected global::Anthem.TextBox txtIpHostFilter; + /// + /// lblAdvancedConfig control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Literal lblAdvancedConfig; + /// /// lblUsernameRegEx control. /// @@ -1084,15 +1093,6 @@ namespace ScrewTurn.Wiki { /// protected global::Anthem.CustomValidator cvPasswordRegEx; - /// - /// lblAdvancedConfig control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Literal lblAdvancedConfig; - /// /// chkEnableAutomaticUpdateChecks control. ///