public bool DeleteMod(string modName) { if (Session["admin"] != null) { return(DBSupport.DeleteMod(modName)); } return(false); }