mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-22 22:16:22 +01:00
Refactor OTS_Account save(), fixing premium days on canary
This commit is contained in:
@@ -1812,8 +1812,8 @@ function getAccountIdentityColumn(): string
|
||||
|
||||
function isCanary(): bool
|
||||
{
|
||||
$vipSystemEnabled = configLua('vipSystemEnabled');
|
||||
return isset($vipSystemEnabled);
|
||||
$dataPackDirectory = configLua('dataPackDirectory');
|
||||
return isset($dataPackDirectory);
|
||||
}
|
||||
|
||||
function getStatusUptimeReadable(int $uptime): string
|
||||
|
||||
Reference in New Issue
Block a user