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

@ -23,7 +23,7 @@ define("loginLogFile", __DIR__ . "/../data/logins.csv");
*
* @return void
*/
function showLoginPasswordProtect($error_msg = "", $cssFile = "themes/default/default.css") {
function showLoginPasswordProtect($error_msg = "", $cssFile = "themes/default/theme.css") {
echo '<!DOCTYPE html>
<html id="loginPage">