aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-19 16:19:15 -0800
committerredmatrix <git@macgirvin.com>2016-02-19 16:19:15 -0800
commit1db3409f36f408bfc49816e1fab3df4b53b8f19e (patch)
tree3b6bd647a3a8ac839daeafe3b21256b6a52aea55 /boot.php
parentcfa2ac2d0acc91d0d58b59156324f4ae2fea03a7 (diff)
downloadvolse-hubzilla-1db3409f36f408bfc49816e1fab3df4b53b8f19e.tar.gz
volse-hubzilla-1db3409f36f408bfc49816e1fab3df4b53b8f19e.tar.bz2
volse-hubzilla-1db3409f36f408bfc49816e1fab3df4b53b8f19e.zip
add router class
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 4f58c4139..2dc542d28 100755
--- a/boot.php
+++ b/boot.php
@@ -1420,6 +1420,9 @@ function check_config(&$a) {
}
load_hooks();
+
+ check_cron_broken();
+
}