diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-11-01 11:00:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-11-01 11:00:51 +0000 |
commit | 336b713a5f1807d9f144fb2dc375bbc8479ffa5d (patch) | |
tree | 8a80bd1ee4ea3b7f6a851f47d2f021edf738f10a /cron.php | |
parent | aafedfb367b2b2ec18b1bc30beb309cc3fae0858 (diff) | |
download | brdo-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |