From effb1a0534aae40a1b2a0e396de09d1b0d06bb44 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 10 Nov 2013 18:57:24 -0800 Subject: provide zid in js so we can use it from client --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 96b73eaaa..c3a10f300 100755 --- a/boot.php +++ b/boot.php @@ -990,7 +990,8 @@ class App { '$icon' => head_get_icon(), '$head_css' => head_get_css(), '$head_js' => head_get_js(), - '$js_strings' => js_strings() + '$js_strings' => js_strings(), + '$zid' => get_my_address(), )) . $this->page['htmlhead']; } -- cgit v1.2.3