/BlogEngine/BlogEngine.NET/admin/Posts/Tags.aspx.cs

# · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 3823e0d71e6563239a4cf832fc8c2430 MD5 · raw file

  1. namespace Admin.Posts
  2. {
  3. using System;
  4. using App_Code;
  5. public partial class Tags : System.Web.UI.Page
  6. {
  7. protected void Page_Load(object sender, EventArgs e)
  8. {
  9. WebUtils.CheckRightsForAdminPostPages(false);
  10. }
  11. }
  12. }