diff options
author | Friendika <info@friendika.com> | 2011-09-27 05:02:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 05:02:25 -0700 |
commit | 7e2284043f7367f531e14ce3c26c8c3c71ca2e4b (patch) | |
tree | a4cf3078f3b258ddd8a14fc13bb80bc89a1ae740 /mod/friendika.php | |
parent | 1e288dc8a3169a313876ea671979b40c29722752 (diff) | |
download | volse-hubzilla-7e2284043f7367f531e14ce3c26c8c3c71ca2e4b.tar.gz volse-hubzilla-7e2284043f7367f531e14ce3c26c8c3c71ca2e4b.tar.bz2 volse-hubzilla-7e2284043f7367f531e14ce3c26c8c3c71ca2e4b.zip |
show profile url in ACL hovertips, add fork identifier to json siteinfo
Diffstat (limited to 'mod/friendika.php')
-rw-r--r-- | mod/friendika.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/friendika.php b/mod/friendika.php index c5d7de59f..b12110bd5 100644 --- a/mod/friendika.php +++ b/mod/friendika.php @@ -21,6 +21,7 @@ function friendika_init(&$a) { 'register_policy' => $register_policy[$a->config['register_policy']], 'admin' => $admin, 'site_name' => $a->config['sitename'], + 'platform' => FRIENDIKA_PLATFORM, 'info' => ((x($a->config,'info')) ? $a->config['info'] : '') ); |