X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogin.php;h=759a732755cad0458024568c5f5d86c1315da0cf;hb=11e485e4a7c5f12c9424713b7330815a9cc5e4ae;hp=295fd5372232c37673b725449ea6405af5bf75e8;hpb=7f2bd3c2372cbf89c7b7583633850ab8735aa8fb;p=fa-stable.git diff --git a/access/login.php b/access/login.php index 295fd537..759a7327 100644 --- a/access/login.php +++ b/access/login.php @@ -12,7 +12,6 @@ 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 if ($allow_demo_mode == true) { @@ -25,14 +24,20 @@ 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 ''; ?> @@ -41,61 +46,85 @@ function defaultCompany() - + + + <?php echo _('Authorization timeout'); ?> + + + - +
FrontAccounting + FrontAccounting + + + +
- + + @@ -120,20 +159,25 @@ for ($i = 0; $i < count($db_connections); $i++) - + + +




+
- - - - - - - - - - + + + "; + + 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 ""; + } +?>
+