mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
Add filename to XML data
This commit is contained in:
parent
3d9ac1e1fb
commit
46be58ab1d
@ -187,7 +187,8 @@ char * admin_stringtable[]={
|
|||||||
"HTTP/1.0 200 OK\r\n"
|
"HTTP/1.0 200 OK\r\n"
|
||||||
"Connection: close\r\n"
|
"Connection: close\r\n"
|
||||||
"Cache-Control: no-cache\r\n"
|
"Cache-Control: no-cache\r\n"
|
||||||
"Content-type: text/xml\r\n"
|
"Content-type: text/xml; charset=utf-8\r\n"
|
||||||
|
"Content-disposition: inline; filename=running.xml\r\n"
|
||||||
"\r\n"
|
"\r\n"
|
||||||
"<?xml version=\"1.0\"?>\r\n"
|
"<?xml version=\"1.0\"?>\r\n"
|
||||||
"<?xml-stylesheet href=\"/SX\" type=\"text/css\"?>\r\n"
|
"<?xml-stylesheet href=\"/SX\" type=\"text/css\"?>\r\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user