. ***********************************************************************/ 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) { $demo_text = _("Login as user: demouser and password: password"); } else { $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


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