diff options
author | Friendika <info@friendika.com> | 2011-08-15 22:23:17 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-15 22:23:17 -0700 |
commit | 0eb06b3e2d9c5c65b6bad97639f032d5d0a1620f (patch) | |
tree | 3c387da1e7e60dbada58eacb39691a077a74eef3 /include/cronhooks.php | |
parent | 3d45f9f133a7da9fec34d17c81f8c804c5a9deff (diff) | |
download | volse-hubzilla-0eb06b3e2d9c5c65b6bad97639f032d5d0a1620f.tar.gz volse-hubzilla-0eb06b3e2d9c5c65b6bad97639f032d5d0a1620f.tar.bz2 volse-hubzilla-0eb06b3e2d9c5c65b6bad97639f032d5d0a1620f.zip |
cronhooks broken
Diffstat (limited to 'include/cronhooks.php')
-rw-r--r-- | include/cronhooks.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cronhooks.php b/include/cronhooks.php index a4eb5fbb3..37541f013 100644 --- a/include/cronhooks.php +++ b/include/cronhooks.php @@ -1,3 +1,5 @@ +<?php + require_once("boot.php"); |