Hi,
I am sorry but I don't speak German at all; I understand it a little but that's all..
I saw some posts about being unable to login using the "enter" button from the keyboard (had the problem myself; so I kinda tried fising it
Here is my solution:
Open admin/login.php and change this code:
by this:$Zugangspasswort = $adminpass;
if($_POST['Login'] && $_POST['passwort'] == $Zugangspasswort)
Hope this helps; login button and "enter" should work now (at least it does on my side$Zugangspasswort = $adminpass;
$checkpasswort = '/^' . $adminpass . '$/';
$password = chop($_POST['passwort']);
if(preg_match($checkpasswort, $password)))




LinkBack URL
About LinkBacks





Zitieren



Lesezeichen