This commit is contained in:
2020-06-16 23:25:11 +00:00
parent 50b9f873d9
commit 5f9ae8d641
7 changed files with 16 additions and 5 deletions

View File

@@ -222,6 +222,7 @@ namespace AyaNova.Core
{
get
{
return true;
return MaintenanceExpiration < DateTime.Now;
}
}