From ade5228e2370ffc9c18b8d33b44f3273774ed716 Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Sun, 18 Nov 2012 16:43:30 +1100 Subject: Remove debugging action that could easily DOS a server --- app/controllers/general_controller.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'app/controllers/general_controller.rb') 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() -- cgit v1.2.3