X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=faad080674377ff23ac94b23b57aca59fe95c1cb;hb=b558c8b9d4f710ffb1c3d2722a850fd394f4d939;hp=7b47c633d655c290768466c926122ae860418310;hpb=4def49c9e0be02ccdf814188c2a72ebd969a7a98;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 7b47c633..faad0806 100644 --- a/access/login.php +++ b/access/login.php @@ -1,16 +1,26 @@ . +***********************************************************************/ 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"; + $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; @@ -18,15 +28,16 @@ ?> - +'.get_js_png_fix().''; ?> <?php echo $app_title . " " . $version;?> - + @@ -40,11 +51,12 @@ function defaultCompany() - +




+ @@ -60,16 +72,18 @@ function defaultCompany() @@ -102,7 +116,7 @@ for ($i = 0; $i < count($db_connections); $i++) -