End point manager adds \\\ to the generated files

Hello,

I have a problem with endpointmanager module.

When the module create a file it is created with \\ characters before every " that make fail the provisioning.

it have only happened to me in a linksys models 922 and 942.

<Speed_Dial_2 ua=\\\“rw\\\”></Speed_Dial_2>

thanks,

it works. I disabled magic quotes, restarted apache, edited the mac.cfg and global.cfg of templates i had created and the \ didn’t appear anymore.

Thanka a lot :slight_smile:

You need to disable magic_quotes. It’s already a depreciated function but this is what is causing these escape characters.

http://php.net/manual/en/security.magicquotes.php