From 18ccaf44831f9c18d8cf74ea280ea31d36cc8bac Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 30 May 2003 06:37:07 +0000 Subject: moved the queue call, added interval. The current lock is very "fluent" at the moment. ;) git-svn-id: file:///svn/phpbb/trunk@4068 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'phpBB/index.php') diff --git a/phpBB/index.php b/phpBB/index.php index 6947b2d677..f47a78c19c 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -47,15 +47,6 @@ if ($mark_read == 'forums') trigger_error($message); } -// Handle queue - to be placed into common.php ? I think to only check and process at the index is enough. ;) -// Do not initiate the object, we do not need to do this... -if (file_exists($phpbb_root_path . 'cache/queue.' . $phpEx)) -{ - include($phpbb_root_path . 'includes/emailer.'.$phpEx); - $queue = new Queue(); - $queue->process(); -} - // Set some stats, get posts count from forums data if we... hum... retrieve all forums data $total_posts = $config['num_posts']; $total_topics = $config['num_topics']; -- cgit v1.2.1