2014-06-23 Vanessa Gil <vanessa.gil@artica.es>
* win32/bin/pandora_agent.conf: Fixed encoding bug. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
423fbe7c2a
commit
92e0f1bb89
|
@ -1,3 +1,8 @@
|
|||
2014-06-23 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* win32/bin/pandora_agent.conf: Fixed encoding
|
||||
bug.
|
||||
|
||||
2014-06-23 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* win32/bin/pandora_agent.conf: Fixed bug creating
|
||||
|
|
|
@ -67,8 +67,8 @@ server_port 41121
|
|||
# (only works on enterprise version). Set to 0 to disable it
|
||||
remote_config 0
|
||||
|
||||
# Set XML encoding (ISO-8859-1 by default).
|
||||
encoding UTF-8
|
||||
# Set XML encoding (ISO-8859-1 by default). You can set encoding UTF-8 for Windows 7 or higher
|
||||
#encoding ISO-8859-1
|
||||
|
||||
# If set to 1 start Drone Agent's Proxy Mode
|
||||
# proxy_mode 1
|
||||
|
|
Loading…
Reference in New Issue