Fixes: #U4-2059 and removes un-needed ping.aspx files, cleans up some code

This commit is contained in:
Shannon Deminick
2013-04-05 23:28:43 +06:00
parent 099b713947
commit 1bd20c9b06
10 changed files with 57 additions and 89 deletions

View File

@@ -1,2 +1,2 @@
<%@ Page language="c#" Codebehind="ping.aspx.cs" AutoEventWireup="True" Inherits="umbraco.presentation.ping" %>
<%@ Page language="c#" Codebehind="ping.aspx.cs" AutoEventWireup="True" Inherits="System.Web.UI.Page" %>
I'm alive!