From 093e36530916e21c09cbe55efd03d2825fe820b4 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 6 Jul 2010 13:21:30 +0000 Subject: New tasks system. --- forum/htdocs/index.php | 10 +- forum/utils/tasks.php | 295 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 303 insertions(+), 2 deletions(-) create mode 100644 forum/utils/tasks.php diff --git a/forum/htdocs/index.php b/forum/htdocs/index.php index 7e372c7..c4e0570 100644 --- a/forum/htdocs/index.php +++ b/forum/htdocs/index.php @@ -40,12 +40,13 @@ include_once($UTIL_DIR . "/clientinfo.php"); -