mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 20:08:27 +02:00
supporters intelligence for proxy servers
This commit is contained in:
parent
f58aa79283
commit
5d4e5ec109
2 changed files with 19 additions and 5 deletions
|
@ -1052,7 +1052,7 @@ class Site < Sequel::Model
|
|||
((total_space_used.to_f / maximum_space) * 100).round(1)
|
||||
end
|
||||
|
||||
# Note: Change Stat#prune! if you change this business logic.
|
||||
# Note: Change Stat#prune! and the nginx map compiler if you change this business logic.
|
||||
def supporter?
|
||||
owner.plan_type != 'free'
|
||||
end
|
||||
|
@ -1078,7 +1078,7 @@ class Site < Sequel::Model
|
|||
!values[:plan_type].match(/plan_/).nil?
|
||||
end
|
||||
|
||||
# Note: Change Stat#prune! if you change this business logic.
|
||||
# Note: Change Stat#prune! and the nginx map compiler if you change this business logic.
|
||||
def plan_type
|
||||
return 'supporter' if owner.values[:paypal_active] == true
|
||||
return 'free' if owner.values[:plan_type].nil?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue