diff options
author | Mario <mario@mariovavti.com> | 2021-05-31 10:03:34 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-31 10:03:34 +0200 |
commit | 5ee1c3f2c8590caa70ec34046ef5c75dacac3642 (patch) | |
tree | 022134edc73c859cac1f4c30b6dadba10739f042 | |
parent | 3fe2a2b181ec2f96b5950560fc50859d6b3ff78a (diff) | |
download | volse-hubzilla-5ee1c3f2c8590caa70ec34046ef5c75dacac3642.tar.gz volse-hubzilla-5ee1c3f2c8590caa70ec34046ef5c75dacac3642.tar.bz2 volse-hubzilla-5ee1c3f2c8590caa70ec34046ef5c75dacac3642.zip |
include items.php in boot since it is required almost everywhere
-rw-r--r-- | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' ); |