/BlogEngine/BlogEngine.NET/admin/Posts/Tags.aspx.cs
# · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 3823e0d71e6563239a4cf832fc8c2430 MD5 · raw file
- namespace Admin.Posts
- {
- using System;
- using App_Code;
-
- public partial class Tags : System.Web.UI.Page
- {
- protected void Page_Load(object sender, EventArgs e)
- {
- WebUtils.CheckRightsForAdminPostPages(false);
- }
- }
- }