From 518aa3750c76da2dd4a066fae969f671520588f8 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 15 Jan 2009 17:38:28 +0000 Subject: Closes #672: Poor mans cron plugin enabled. This triggers events according to page load. git-svn-id: https://code.elgg.org/elgg/trunk@2573 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/crontrigger/manifest.xml | 8 +++++ mod/crontrigger/start.php | 82 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 mod/crontrigger/manifest.xml create mode 100644 mod/crontrigger/start.php (limited to 'mod') diff --git a/mod/crontrigger/manifest.xml b/mod/crontrigger/manifest.xml new file mode 100644 index 000000000..c5bc2cdad --- /dev/null +++ b/mod/crontrigger/manifest.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/mod/crontrigger/start.php b/mod/crontrigger/start.php new file mode 100644 index 000000000..f0f72f291 --- /dev/null +++ b/mod/crontrigger/start.php @@ -0,0 +1,82 @@ + \ No newline at end of file -- cgit v1.2.3