by DomeDan » Thu Jan 10, 2013 7:01 am
I've had this problem too.
the first way to fix it is to set "Use Non-Latin" to 1, but DONT do that, it will introduce many security vulnerabilities!
instead you can use sed to change the ereg_replace like this:
(remeber to always make backups)
cd /srv/www/htdocs/vicidial
cp admin.php admin.php.bak
sed -i 's/a-z/a-ö/g; s/A-Z/A-Ö/g' admin.php
I've been using admin.php with that change a long time now,
if you need to make the change on all files you can do that like this:
(Warning: I have not made this change on my live system because I haven't needed it yet)
cd /srv/www/htdocs/
find ./ -name '*.php' | xargs sed -i 's/a-z/a-ö/g; s/A-Z/A-Ö/g'
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com