mirror of
https://github.com/neocities/neocities.git
synced 2025-06-19 19:00:34 +02:00
raise supporter space to 50GB, BW to 3TB. Compare cleanups
This commit is contained in:
parent
7b068b0872
commit
5b81b5fc97
4 changed files with 23 additions and 17 deletions
|
@ -79,8 +79,8 @@ post '/supporter/update' do
|
|||
self, {
|
||||
username: site.username,
|
||||
plan_name: Site::PLAN_FEATURES[params[:plan_type].to_sym][:name],
|
||||
plan_space: Site::PLAN_FEATURES[params[:plan_type].to_sym][:space].to_space_pretty,
|
||||
plan_bw: Site::PLAN_FEATURES[params[:plan_type].to_sym][:bandwidth].to_space_pretty
|
||||
plan_space: Site::PLAN_FEATURES[params[:plan_type].to_sym][:space].pretty,
|
||||
plan_bw: Site::PLAN_FEATURES[params[:plan_type].to_sym][:bandwidth].pretty
|
||||
})
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue