special chars when using vanilla framework
I'm using Vanila as forum on an intern website where I make the authentification of the users via the lussumo framework. I include it this way:
but when i enable this code snippet all the special chars like äöüß ... are displayed as a question mark in a black square.
What make i wrong, the same data are displayed properly on a frontend page...
require('/vanilla/appg/settings.php');
require('/vanilla/appg/init_vanilla.php');
if (!$Context->Session->UserID) header('Location:vanilla/people.php?PageAction=SignOutNow&ReturnUrl=http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
but when i enable this code snippet all the special chars like äöüß ... are displayed as a question mark in a black square.
What make i wrong, the same data are displayed properly on a frontend page...
0
This discussion has been closed.
Comments