Made input interface multilingual.
Set proper default for CSS file in password_protect.php.
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user