aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-31 10:03:34 +0200
committerMario <mario@mariovavti.com>2021-05-31 10:03:34 +0200
commit5ee1c3f2c8590caa70ec34046ef5c75dacac3642 (patch)
tree022134edc73c859cac1f4c30b6dadba10739f042 /boot.php
parent3fe2a2b181ec2f96b5950560fc50859d6b3ff78a (diff)
downloadvolse-hubzilla-5ee1c3f2c8590caa70ec34046ef5c75dacac3642.tar.gz
volse-hubzilla-5ee1c3f2c8590caa70ec34046ef5c75dacac3642.tar.bz2
volse-hubzilla-5ee1c3f2c8590caa70ec34046ef5c75dacac3642.zip
include items.php in boot since it is required almost everywhere
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index f51abe2f8..bb2d094ea 100644
--- a/boot.php
+++ b/boot.php
@@ -50,6 +50,7 @@ require_once('include/xchan.php');
require_once('include/hubloc.php');
require_once('include/attach.php');
require_once('include/bbcode.php');
+require_once('include/items.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '5.9.0' );