diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-09 10:27:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-09 10:27:26 +0100 |
commit | ef7225b4f68ce032184e73b4af7444c90d1109a5 (patch) | |
tree | f9c8b55df5c95cf6c338250990bd78ea4e575c87 /boot.php | |
parent | 906cbbe45db42562c377df02e68c81677c99a6cc (diff) | |
parent | dfb75840b8b6fbe369f0b9097cd322832cc48108 (diff) | |
download | volse-hubzilla-ef7225b4f68ce032184e73b4af7444c90d1109a5.tar.gz volse-hubzilla-ef7225b4f68ce032184e73b4af7444c90d1109a5.tar.bz2 volse-hubzilla-ef7225b4f68ce032184e73b4af7444c90d1109a5.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ require_once('include/zid.php'); require_once('include/xchan.php'); require_once('include/hubloc.php'); require_once('include/attach.php'); +require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.1.1' ); |