summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-23 23:25:28 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-23 23:25:28 +0000
commit524773f6da48277ba951505b77d125e573e8ab03 (patch)
treece0f9c094c2258c96c0b96f3d0580028b75107fe /cron.php
parent8d5b4e7b8615b636eaef8f50eaac45d27dc52b33 (diff)
downloadbrdo-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 3cb6abfcb..1c01362db 100644
--- a/cron.php
+++ b/cron.php
@@ -1,6 +1,6 @@
<?
-include "includes/theme.inc";
+include "includes/common.inc";
function cron_run($cron) {
global $repository;