71
Administration / Re: Verification code
« Last post by datahell on April 24, 2025, 19:51:41 »This is normal for non latin characters. Try viewing your emails from an other client/app
private $TWOFA = '';
It should be like that if no 2FA is activated. if ($tpl->isFrontpage() == true) /* homepage*/ {
include('inc_homepage.php');
} else if ($elxuri == 'about.html') {
include('inc_about.php');
} else if ($elxuri == 'services.html') {
include('inc_services.php');
} else if ($elxuri == 'technology.html') {
include('inc_technology.php');