window.location = '" . $tgtDir . "';";
exit;
}
$t = $text['login'];
$settingPW = true === $ICEcoder["enableRegistration"] && (true === $ICEcoder["multiUser"] || "" === $ICEcoder["password"]);
// If multiUser, detect which users we have
if ($ICEcoder["multiUser"]) {
$configUsernames = [];
$handle = opendir('../data/');
while (false !== ($file = readdir($handle))) {
if ($file !== "config-global.php" && 0 === strpos($file, "config-")) {
$configUsernames[explode("-", $file)[1]] = true;
}
}
closedir($handle);
}
$assetsPath = "assets" === $settingsClass->assetsRoot
? "../" . $settingsClass->assetsRoot
: $settingsClass->assetsRoot
?>
ICEcoder
setTimeout(function(){document.getElementById('screenContainer').style.opacity = '1'}, 50)">
';
}
?>
';
};
?>
onkeyup="checkCase(event); pwStrength(this.value)" onchange="pwStrength(this.value)" onpaste="pwStrength(this.value)" onkeyup="checkCase(event)">
'.
'
10+
' .
'
upper
' .
'
lower
' .
'
number
' .
'
special
' .
'
';
}
?>
" class="button">
Using over non-https connection.
TLS is recommended!
';
}
if($ICEcoder["multiUser"] && $ICEcoder["enableRegistration"]){
echo '' . $t['Registration mode enabled'] . '
';
}
?>
' . $t['disable further registrations'] . '';
}
if ("" === $ICEcoder["password"] || true === $ICEcoder["multiUser"]) {
$tickCheckUpdates = true === $ICEcoder['checkUpdates'] ? " checked" : "";
echo ' ' . $t['auto-check for updates'] . '
';
}
if (false === $ICEcoder["multiUser"]) { echo '';};
?>
">
getDemoModeIndicator(true);
?>