X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsession.inc;h=5008d028027623253e0a94397116ae2f1020a786;hb=ff67198fa8d011c788e8fb6d6d726a1712b6597e;hp=bba6496fddd1dc6a861c9db4b149cf63aabe734b;hpb=19ddc3939071044c8e94b628f1d6a039f50cc493;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index bba6496f..5008d028 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -436,8 +436,8 @@ header("Cache-control: private"); get_text_init(); -if ($SysPrefs->login_delay > 0) - @include_once($path_to_root . "/tmp/faillog.php"); +if ($SysPrefs->login_delay > 0 && file_exists($path_to_root . "/tmp/faillog.php")) + include_once($path_to_root . "/tmp/faillog.php"); // Page Initialisation if (!isset($_SESSION['wa_current_user']) || !$_SESSION['wa_current_user']->logged_in() @@ -486,7 +486,7 @@ if (!defined('FA_LOGOUT_PHP_FILE')){ login_timeout(); - if (!$_SESSION["wa_current_user"]->old_db) + if (!$_SESSION["wa_current_user"]->old_db && file_exists($path_to_root . '/company/'.user_company().'/installed_extensions.php')) include($path_to_root . '/company/'.user_company().'/installed_extensions.php'); install_hooks();