Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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