aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r--phpBB/includes/session.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index e039fce6e1..8c6606d680 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -949,7 +949,7 @@ class session
WHERE last_login < ' . (time() - (86400 * (int) $config['max_autologin_time']));
$db->sql_query($sql);
}
-
+
// only called from CRON; should be a safe workaround until the infrastructure gets going
if (!class_exists('captcha_factory'))
{
@@ -961,7 +961,6 @@ class session
return;
}
-
/**
* Sets a cookie
*