Merge pull request #212 from mattbrailsford/6.2.0-1004

Added ValidateRequest="false" on package installer page to allow user co...
This commit is contained in:
Sebastiaan Janssen
2013-12-28 03:50:10 -08:00

View File

@@ -1,6 +1,6 @@
<%@ Page Language="c#" MasterPageFile="../../masterpages/umbracoPage.Master" CodeBehind="installer.aspx.cs"
AutoEventWireup="True" Inherits="umbraco.presentation.developer.packages.Installer"
Trace="false" %>
Trace="false" ValidateRequest="false" %>
<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
<asp:Content ContentPlaceHolderID="head" runat="server">