diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-23 23:25:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-23 23:25:28 +0000 |
commit | 524773f6da48277ba951505b77d125e573e8ab03 (patch) | |
tree | ce0f9c094c2258c96c0b96f3d0580028b75107fe /cron.php | |
parent | 8d5b4e7b8615b636eaef8f50eaac45d27dc52b33 (diff) | |
download | brdo-524773f6da48277ba951505b77d125e573e8ab03.tar.gz brdo-524773f6da48277ba951505b77d125e573e8ab03.tar.bz2 |
Yet another large batch of updates:
- I rearranged some of the code and clean-up some of the mess.
- Added "blocks" which can be user defined/controlled: check
to see. The positioning of blocks is rather basic for the
moment, so I'm all open for input on that.
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ <? -include "includes/theme.inc"; +include "includes/common.inc"; function cron_run($cron) { global $repository; |