|
|
@@ -431,7 +431,7 @@ namespace Learun.Application.Web.Controllers |
|
|
|
var lc = LicenseChecker.CheckLicense(); |
|
|
|
if (!lc.Result) |
|
|
|
{ |
|
|
|
return Content("<script>alert('" + lc.Message + "');location.href='/ShowRegister/Index';</script>"); |
|
|
|
return Content("<script>alert('" + lc.Message + "');location.href='about:blank';</script>"); |
|
|
|
} |
|
|
|
//return View("AdminTop"); |
|
|
|
string learn_UItheme = WebHelper.GetCookie("Learn_ADMS_V6.1_UItheme"); |
|
|
|