1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-11 17:28:29 +02:00

use TempfileReaper to hopefully clean up RackMultipart turds

This commit is contained in:
Kyle Drake 2016-08-16 11:56:47 -07:00
parent 3885fe9afc
commit 444f8a5bd0

1
app.rb
View file

@ -7,6 +7,7 @@ use Rack::Session::Cookie, key: 'neocities',
secret: $config['session_secret']
use Rack::Recaptcha, public_key: $config['recaptcha_public_key'], private_key: $config['recaptcha_private_key']
use Rack::TempfileReaper
helpers Rack::Recaptcha::Helpers
helpers do