aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-05-30 06:37:07 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-05-30 06:37:07 +0000
commit18ccaf44831f9c18d8cf74ea280ea31d36cc8bac (patch)
treed4b6f22a072a4c247a28c7be75e3bc3ff74cd9d5 /phpBB/index.php
parentd4cbbb1055e687e345c7cf00c69b94c206c2b69e (diff)
downloadforums-18ccaf44831f9c18d8cf74ea280ea31d36cc8bac.tar
forums-18ccaf44831f9c18d8cf74ea280ea31d36cc8bac.tar.gz
forums-18ccaf44831f9c18d8cf74ea280ea31d36cc8bac.tar.bz2
forums-18ccaf44831f9c18d8cf74ea280ea31d36cc8bac.tar.xz
forums-18ccaf44831f9c18d8cf74ea280ea31d36cc8bac.zip
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
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php9
1 files changed, 0 insertions, 9 deletions
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'];