descripcion reportes

parent a1969cbd
...@@ -585,7 +585,7 @@ def IPN(request): ...@@ -585,7 +585,7 @@ def IPN(request):
f = open(PATH_USERS+"myfile.txt", "w") f = open(PATH_USERS+"myfile.txt", "w")
x = request.POST.dict() x = request.POST.dict()
f.write('variables\n') f.write('variables\n')
f.write(request.META['HTTP_REFERER']+'\n') #f.write(request.META['HTTP_REFERER']+'\n')
for key, value in x.items(): for key, value in x.items():
f.write(key+": "+value+'\n') f.write(key+": "+value+'\n')
#return redirect('../../') #return redirect('../../')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment