|
@@ -148,7 +148,7 @@ namespace InABox.Database
|
|
|
|
|
|
private static void LogRenew(string message)
|
|
|
{
|
|
|
- LogImportant($"{message} Please renew your license before then, or your database will go into read-only mode; it will be locked for saving anything until you renew your license. For help with renewing your license, please see the documentation at https://prs-software.com.au/wiki/index.php/License_Renewal.");
|
|
|
+ LogImportant($"{message} Please renew your license before then, or your database will go into read-only mode; it will be locked for saving anything until you renew your license. For help with renewing your license, please see the documentation at https://prsdigital.com.au/wiki/index.php/License_Renewal.");
|
|
|
}
|
|
|
private static void LogLicenseExpiry(DateTime expiry)
|
|
|
{
|
|
@@ -182,7 +182,7 @@ namespace InABox.Database
|
|
|
|
|
|
private static void BeginReadOnly()
|
|
|
{
|
|
|
- LogImportant("Your database is now in read-only mode, since your license is invalid; you will be unable to save any records to the database until you renew your license. For help with renewing your license, please see the documentation at https://prs-software.com.au/wiki/index.php/License_Renewal.");
|
|
|
+ LogImportant("Your database is now in read-only mode, since your license is invalid; you will be unable to save any records to the database until you renew your license. For help with renewing your license, please see the documentation at https://prsdigital.com.au/wiki/index.php/License_Renewal.");
|
|
|
_readOnly = true;
|
|
|
}
|
|
|
private static void EndReadOnly()
|