Skip to content

Commit

Permalink
Fix for wrong warning_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bleiweis committed May 9, 2017
1 parent e44381c commit 1b09284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbce/account/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
$thisApp = new login(
array(
"MAX_ATTEMPS" => "3",
"WARNING_URL" => $ThemeUrl."/warning.html",
"WARNING_URL" => $ThemeUrl."/templates/warning.html",
"USERNAME_FIELDNAME" => 'username',
"PASSWORD_FIELDNAME" => 'password',
"REMEMBER_ME_OPTION" => SMART_LOGIN,
Expand Down

0 comments on commit 1b09284

Please sign in to comment.