« Last post by cardinal 22 on April 24, 2025, 21:14:19 »
It is classic gmail viewed from windows 10 with firefox, chrome, edge. Also same thing happens to a user with yahoo from Macintosh... Also the same happens from the android app for gmail.
« Last post by datahell on April 24, 2025, 20:00:51 »
Μπορείς να το κάνεις με άπειρους τρόπους. Εφόσον έχεις αρχεία php μπορείς να προσθέσεις if statements εντός τους για την γλώσσα ή να χρησιμοποιήσεις αρχεία γλώσσας ώστε να μην έχεις διπλά αρχεία.
Θα απαντήσω στην ερώτησή σου με τον τρόπο που τη διατύπωσες: $f = ''; if ($tpl->isFrontpage()) { $f = 'frontpage'; } else { switch ($elxuri) { case 'about.html': $f = 'about'; break; case 'services.html': $f = 'services'; break; case 'technology.html': $f = 'technology'; break; default: break; } }
if ($f != '') { $lng = $eLang->currentLang(); if (file_exists(ELXIS_PATH.'/templates/something/inc/'.$f.'_'.$lng.'.php')) { include(ELXIS_PATH.'/templates/something/inc/'.$f.'_'.$lng.'.php'); } else { include(ELXIS_PATH.'/templates/something/inc/'.$f.'_en.php'); } }
« Last post by Blacksoll on April 22, 2025, 08:26:36 »
It looks that someone enable the Two-factor authentication in settings. You or another admin. Maybe by accident ? Ftp your install and take a look at configuration.php At last lines you will find :