diff --git a/pandora/backend/views.py b/pandora/backend/views.py index 9ef5fa7..43c14ed 100644 --- a/pandora/backend/views.py +++ b/pandora/backend/views.py @@ -52,7 +52,6 @@ def api(request): #FIXME: possible to do this in f #data = json.loads(request.POST['data']) - #FIXME: security considerations, web facing api should not call anything in globals!!! f = globals().get('api_'+function, None) if f: response = f(request)