mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 19:38:25 +02:00
remove trump plan
This commit is contained in:
parent
3ff6f420a4
commit
7b068b0872
5 changed files with 26 additions and 145 deletions
|
@ -113,14 +113,6 @@ class Site < Sequel::Model
|
|||
maximum_site_files: 100_000
|
||||
}
|
||||
|
||||
PLAN_FEATURES[:trumpplan] = PLAN_FEATURES[:supporter].merge(
|
||||
name: 'Trump Plan',
|
||||
price: 100,
|
||||
space: Filesize.from('2MB').to_i,
|
||||
no_file_restrictions: false,
|
||||
bandwidth: Filesize.from('604800KB').to_i
|
||||
)
|
||||
|
||||
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
|
||||
name: 'Free',
|
||||
space: Filesize.from('1GB').to_i,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue