Made input interface multilingual.
Set proper default for CSS file in password_protect.php.
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
function printBackendHead(array $settings, string $page = "home", string $title = "Home", string $icon = ""):string {
|
||||
|
||||
$output = '<!DOCTYPE html>
|
||||
<html lang="en" id="' . $page . '">
|
||||
<html lang="' . $settings['defaultLang'] . '" id="' . $page . '">
|
||||
<head>
|
||||
|
||||
<!-- Content Security policies -->
|
||||
|
Reference in New Issue
Block a user