Added license info to server root page
This commit is contained in:
@@ -319,8 +319,8 @@ namespace AyaNova.Core
|
||||
sb.AppendLine("TRIAL LICENSE FOR EVALUATION PURPOSES ONLY");
|
||||
|
||||
sb.AppendLine($"Registered to: {ActiveKey.RegisteredTo}");
|
||||
sb.AppendLine($"Key ID: {ActiveKey.Id}");
|
||||
sb.AppendLine($"Server DB ID: {ServerDbId}");
|
||||
//sb.AppendLine($"Key ID: {ActiveKey.Id}");
|
||||
//sb.AppendLine($"Server DB ID: {ServerDbId}");
|
||||
sb.AppendLine($"Type: {(ActiveKey.RentalLicense ? "Service" : "Perpetual")}");
|
||||
if (ActiveKey.WillExpire)
|
||||
sb.AppendLine($"License expires: {DateUtil.ServerDateTimeString(ActiveKey.LicenseExpiration)}");
|
||||
|
||||
Reference in New Issue
Block a user