diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-11-18 16:43:30 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-11-18 16:43:30 +1100 |
commit | ade5228e2370ffc9c18b8d33b44f3273774ed716 (patch) | |
tree | 1574989b73c9975d6e1b3a1e2728602cc31fa6fa /app/controllers/general_controller.rb | |
parent | 685938f1d736c54663011274ca563ba94d0e49b0 (diff) |
Remove debugging action that could easily DOS a server
Diffstat (limited to 'app/controllers/general_controller.rb')
-rw-r--r-- | app/controllers/general_controller.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb index 0cde238cd..3ba636e29 100644 --- a/app/controllers/general_controller.rb +++ b/app/controllers/general_controller.rb @@ -226,12 +226,6 @@ class GeneralController < ApplicationController redirect_to request_url(info_request) end - # For debugging - def fai_test - sleep 10 - render :text => "awake\n" - end - def custom_css long_cache @locale = self.locale_from_params() |