mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 11:13:27 +02:00
Fix premDays count in canary
This commit is contained in:
@@ -1704,6 +1704,12 @@ function getAccountIdentityColumn(): string
|
||||
return 'id';
|
||||
}
|
||||
|
||||
function isCanary(): bool
|
||||
{
|
||||
$vipSystemEnabled = configLua('vipSystemEnabled');
|
||||
return isset($vipSystemEnabled);
|
||||
}
|
||||
|
||||
// validator functions
|
||||
require_once SYSTEM . 'compat/base.php';
|
||||
|
||||
|
Reference in New Issue
Block a user