Made input interface multilingual.

Set proper default for CSS file in password_protect.php.
This commit is contained in:
2018-06-18 17:18:06 +02:00
committed by Stefan Rohde-Enslin
parent 9158b2eec4
commit 0eab8391dd
9 changed files with 30 additions and 28 deletions

View File

@ -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 -->