X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=faad080674377ff23ac94b23b57aca59fe95c1cb;hb=9b413697aa4ca30f7f336dbf5fd04bf8caf2bc43;hp=12989497d906ceb75c656d6b87a50afecef167e6;hpb=878f4303c7f8759f2e7d1f742e43c175a664ede2;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 12989497..faad0806 100644 --- a/access/login.php +++ b/access/login.php @@ -1,51 +1,64 @@ . +***********************************************************************/ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) - die("Restricted access"); + die(_("Restricted access")); include_once($path_to_root . "/includes/ui/ui_view.inc"); + // Display demo user name and password within login form if "$allow_demo_mode" is true - $demo_text = ""; - if ($allow_demo_mode == True) + if ($allow_demo_mode == true) { - $demo_text = "Login as user: demouser and password: cooldemo"; - } - else + $demo_text = _("Login as user: demouser and password: password"); + } + else { - $demo_text = "Please login here"; + $demo_text = _("Please login here"); } if (!isset($def_coy)) $def_coy = 0; + $def_theme = $path_to_root . '/themes/default'; ?> - +'.get_js_png_fix().''; ?> <?php echo $app_title . " " . $version;?> - - + + - +
FrontAccountingFrontAccounting
- + - + - + - - + + + + +--> - +




+ - + @@ -53,26 +66,28 @@ function defaultCompany() - + - + - +