X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=boot.php;h=28467006da4c03f538511a33cb0bf688eb3559d9;hb=5ec4a4e6deb5d28cbfab54093f8b4180912738d4;hp=eddcdf1530b6038e54b1910c2d2167ef4d376904;hpb=96adbb64572369ab15e2a1da5b44fc7f0dc76aa1;p=friendica.git diff --git a/boot.php b/boot.php index eddcdf1530..28467006da 100644 --- a/boot.php +++ b/boot.php @@ -5,9 +5,10 @@ require_once('include/network.php'); require_once('include/plugin.php'); require_once('include/text.php'); require_once("include/pgettext.php"); +require_once('include/nav.php'); -define ( 'FRIENDIKA_VERSION', '2.2.1082' ); +define ( 'FRIENDIKA_VERSION', '2.2.1083' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1082 ); @@ -1169,3 +1170,4 @@ function load_contact_links($uid) { $a->contacts = $ret; return; }} +