Commit 4a09ce32 authored by guanghongwei's avatar guanghongwei

修改bug

parent 0ccb808b
...@@ -987,7 +987,7 @@ def logHistory(request): ...@@ -987,7 +987,7 @@ def logHistory(request):
if os.path.isfile(log_his): if os.path.isfile(log_his):
f = open(log_his) f = open(log_his)
content = f.read() content = f.read()
return render_to_response(content) return HttpResponse(content)
......
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