X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=759a732755cad0458024568c5f5d86c1315da0cf;hb=11e485e4a7c5f12c9424713b7330815a9cc5e4ae;hp=408af0e25d0ed1f290535103ddb87aacd7afdc48;hpb=c03782de5d6c3b11008ec8b84cce6f7e1b33f0b1;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 408af0e2..759a7327 100644 --- a/access/login.php +++ b/access/login.php @@ -1,122 +1,183 @@ . +***********************************************************************/ + if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) + 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'; + +$login_timeout = $_SESSION["wa_current_user"]->last_act; + + echo " + "; +if (!$login_timeout) { // page header + echo ''; ?> <?php echo $app_title . " " . $version;?> - - + + - + + + <?php echo _('Authorization timeout'); ?> + + + - +
FrontAccounting + FrontAccounting + + + +
- + + - + - + - - + + + - + + + + +--> - +




+
- + - - + - + - - - - - + - - - - + + + "; + + foreach($_SESSION['timeout']['post'] as $p => $val) { + // add all request variables to be resend together with login data + if (!in_array($p, array('ui_mode', 'user_name_entry_field', + 'password', 'SubmitUser', 'company_login_name'))) + echo ""; + } +?>
+