summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-11-01 11:00:51 +0000
committerDries Buytaert <dries@buytaert.net>2001-11-01 11:00:51 +0000
commit336b713a5f1807d9f144fb2dc375bbc8479ffa5d (patch)
tree8a80bd1ee4ea3b7f6a851f47d2f021edf738f10a /cron.php
parentaafedfb367b2b2ec18b1bc30beb309cc3fae0858 (diff)
downloadbrdo-336b713a5f1807d9f144fb2dc375bbc8479ffa5d.tar.gz
brdo-336b713a5f1807d9f144fb2dc375bbc8479ffa5d.tar.bz2
- A large batch of updates, amongst them a rewritten node system. More
information available on the mailing list.
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 915343dd3..37dd33192 100644
--- a/cron.php
+++ b/cron.php
@@ -18,5 +18,5 @@ if (!get_cfg_var("safe_mode")) {
foreach (module_list() as $module) {
module_invoke($module, "cron");
}
-
+
?> \ No newline at end of file