Merge branch 'master' of github.com:neocities/neocities

This commit is contained in:
Kyle Drake 2015-04-22 12:31:13 -07:00
commit 391f20c9d5

View file

@ -103,7 +103,7 @@ class Site < Sequel::Model
PLAN_FEATURES[:free] = PLAN_FEATURES[:supporter].merge(
name: 'Free',
space: Filesize.from('50MB').to_i,
space: Filesize.from('100MB').to_i,
bandwidth: Filesize.from('50GB').to_i,
price: 0,
unlimited_site_creation: false,