From 3c302bae5ac71c1853d33117f9bbcfc0e5d81651 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 13 Nov 2016 20:22:01 -0800 Subject: move all the zid related stuff to one file --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 1c558ef70..ac809cce6 100755 --- a/boot.php +++ b/boot.php @@ -44,6 +44,7 @@ require_once('include/taxonomy.php'); require_once('include/channel.php'); require_once('include/connections.php'); require_once('include/account.php'); +require_once('include/zid.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -- cgit v1.2.3