X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=a390006fbbe9284c876bee571450eea18e4710a3;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=593f499279934942c9f9f524ff3651e92610fff4;hpb=550efc38d739a75612350ac3efc4fdfade630317;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 593f4992..a390006f 100644 --- a/access/login.php +++ b/access/login.php @@ -29,9 +29,9 @@ function defaultCompany() else { $demo_text = _("Please login here"); - if (@$SysPrefs->allow_password_reset) { - $demo_text .= " "._("or")." "._("request new password").""; - } + if (@$SysPrefs->allow_password_reset) { + $demo_text .= " "._("or")." "._("request new password").""; + } } if (check_faillog()) @@ -109,7 +109,6 @@ function defaultCompany() echo "\n"; echo ""; } else { -// $coy = $def_coy; text_row(_("Company"), "company_login_nickname", "", 20, 50); } start_row(); @@ -117,7 +116,7 @@ function defaultCompany() end_row(); }; end_table(1); - echo "\n"; + echo "\n"; echo "
\n";