From fa333a38791f546ac91b75cf3f8db3af9c32272e Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Mon, 17 Sep 2007 08:40:08 +0000 Subject: [PATCH] KTS-1554 "Implement a Scheduler" Added the script for running the scheduled tasks. --- bin/scheduler.php | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+), 0 deletions(-) create mode 100644 bin/scheduler.php diff --git a/bin/scheduler.php b/bin/scheduler.php new file mode 100644 index 0000000..2054b8d --- /dev/null +++ b/bin/scheduler.php @@ -0,0 +1,163 @@ + \ No newline at end of file -- libgit2 0.21.4