mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
major refactor of supporter structure
This commit is contained in:
parent
dadeb778c9
commit
2c88c62cbc
45 changed files with 440 additions and 1704 deletions
|
@ -41,7 +41,7 @@ end
|
|||
|
||||
get '/welcome' do
|
||||
require_login
|
||||
redirect '/' if current_site.plan_type != 'free'
|
||||
redirect '/' if current_site.supporter?
|
||||
erb :'welcome', locals: {site: current_site}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue